Skip to content

Commit d11d2c9

Browse files
committed
Push to github and gitlab only.
1 parent a66348c commit d11d2c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ s3 : $(THESIS).pdf
3838
s3cmd put $< s3://sjtuthesis/README.pdf
3939

4040
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
41+
git push --tags github; git push github;
42+
git push --tags gitlab; git push gitlab;
4443

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

0 commit comments

Comments
 (0)