SomeNet
/
public repos
/
somenet
/
githelper.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sleep timer reenabled
[somenet/githelper.git]
/
gpullAll.sh
1
#!/bin/bash
2
echo "updating all repos in `pwd` in 10 sec."
3
sleep 10
4
5
find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull \;
6