Skip to content

Commit

Permalink
Pull before push.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Jan 21, 2016
1 parent 8d5ce2f commit 4092801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ s3 : $(THESIS).pdf
s3cmd put $< s3://sjtuthesis/README.pdf

git :
for b in "0.7.x" "0.8.x" "develop" "develop-0.7" "develop-0.8"; do git co $${b}; git pull gitlab $${b}; done
for b in "0.7.x" "0.8.x" "develop" "develop-0.7" "develop-0.8"; do git co $${b}; git push --tags -f -u gitlab $${b}; git push --tags -f -u github $${b}; git push -f -u gitcafe $${b}; done
git co master; git push gitlab master; git push github master; git push gitcafe master

Expand Down

0 comments on commit 4092801

Please sign in to comment.