SomeNet
/
public repos
/
tools
/
githelper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e9b40
)
autostash.
author
Someone
<someone@somenet.org>
Thu, 28 Dec 2023 00:43:21 +0000
(
01:43
+0100)
committer
Someone
<someone@somenet.org>
Thu, 28 Dec 2023 00:43:21 +0000
(
01:43
+0100)
gpullAll.sh
patch
|
blob
|
history
diff --git
a/gpullAll.sh
b/gpullAll.sh
index 2cd7cbe619b10a920fc8cff6739e28b798455412..dd01cc74eb0d30adcb2343ea070d3c44e7333329 100755
(executable)
--- a/
gpullAll.sh
+++ b/
gpullAll.sh
@@
-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 --recurse-submodules \;
+find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --
autostash --
recurse-submodules \;