Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git pull multiple repos at once

find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull ;
Source by dev.to #
 
PREVIOUS NEXT
Tagged: #git #pull #multiple #repos
ADD COMMENT
Topic
Name
9+7 =