]> git.phdru.name Git - git-scripts.git/blobdiff - pull-usrlocalsrc
Carefully list dirty repos and show their status
[git-scripts.git] / pull-usrlocalsrc
index 2f4c029cb6a4b1d26d8d420a6b99393e29e2246f..f8654c0839ce407c10f2f084a4741c29906a1157 100755 (executable)
@@ -5,5 +5,5 @@ prog_dir="`dirname \"$0\"`" &&
 cat "$prog_dir"/locate-all.list | grep -F /usr/local/src |
 while true; do
    read d || exit 0
-   echo "----- $d -----"; cd "$d" && git pull origin || exit 1
+   echo "----- $d -----"; cd "$d" && git pull --all || exit 1
 done