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:
5bc0b58
)
also pull submodules
author
Someone
<someone@somenet.org>
Mon, 8 Mar 2021 18:21:56 +0000
(19:21 +0100)
committer
Someone
<someone@somenet.org>
Mon, 8 Mar 2021 18:21:56 +0000
(19:21 +0100)
gpullAll.sh
patch
|
blob
|
history
diff --git
a/gpullAll.sh
b/gpullAll.sh
index 3c0e92e87cc9ca20d22b737f1970ce5aaeae03e7..2cd7cbe619b10a920fc8cff6739e28b798455412 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 \;
+find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull
--recurse-submodules
\;