]> git.somenet.org - tools/githelper.git/commitdiff
rebase too. master
authorSomeone <someone@somenet.org>
Mon, 6 May 2024 10:24:23 +0000 (12:24 +0200)
committerSomeone <someone@somenet.org>
Mon, 6 May 2024 10:24:23 +0000 (12:24 +0200)
gpullAll.sh

index dd01cc74eb0d30adcb2343ea070d3c44e7333329..51743de4653a83445a9e254402b1ef2db3053d82 100755 (executable)
@@ -19,4 +19,4 @@ SLEEPTIME=5
 echo "Will run -git pull- on all repos in `pwd` in ${SLEEPTIME} sec."
 sleep $SLEEPTIME
 
-find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --autostash --recurse-submodules \;
+find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --rebase --autostash --recurse-submodules \;