This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
cdn-go
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
072107b6df
Branches
Tags
master
cdn-go
/
shell
/
submodule_pull.sh
submodule_pull.sh
74 B
History
Raw
1
2
3
ROOT=$(cd `dirname $0`/../; pwd)
cd $ROOT
git submodule foreach 'git pull'