Answers for "git pull multiple repos at once"

0

multiple git pull at once

find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
Posted by: Guest on April-17-2021
0

git pull multiple repos at once

find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
Posted by: Guest on September-19-2021

Code answers related to "git pull multiple repos at once"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language