DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
git pull in all repositories
for i in */.git; do ( echo $i; cd $i/..; git pull; ); done
PREVIOUS
NEXT
Tagged:
#git
#pull
#repositories
ADD COMMENT
Topic
COMMENT
Name
2+6 =
Submit