update should also git pull
This commit is contained in:
parent
7e2c2f8892
commit
9bb4513cbb
3
Makefile
3
Makefile
|
@ -9,11 +9,12 @@ setup:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
git add --all
|
git add --all
|
||||||
git commit -a
|
-git commit -a
|
||||||
git push
|
git push
|
||||||
|
|
||||||
# git submodule add git://ping.wit.com/git/witcoredns witcoredns
|
# git submodule add git://ping.wit.com/git/witcoredns witcoredns
|
||||||
update:
|
update:
|
||||||
|
git pull
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# use this allow a new tree on the git server
|
# use this allow a new tree on the git server
|
||||||
|
|
Loading…
Reference in New Issue