We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66348c commit d11d2c9Copy full SHA for d11d2c9
Makefile
@@ -38,9 +38,8 @@ s3 : $(THESIS).pdf
38
s3cmd put $< s3://sjtuthesis/README.pdf
39
40
git :
41
- 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
42
- 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
43
- 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;
44
45
zip :
46
git archive --format zip --output thesis.zip master
0 commit comments