Skip to content

Commit

Permalink
Push to github and gitlab only.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Dec 25, 2016
1 parent a66348c commit d11d2c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ 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
git push --tags github; git push github;
git push --tags gitlab; git push gitlab;

zip :
git archive --format zip --output thesis.zip master

0 comments on commit d11d2c9

Please sign in to comment.