Skip to content

Commit

Permalink
Remove markdown branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Jan 8, 2016
1 parent 349367e commit b003696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ s3 : $(THESIS).pdf
s3cmd put $< s3://sjtuthesis/README.pdf

git :
for tag in "v0.7" "v0.8" "v0.9" "master" "markdown"; do git co $${tag}; git push gitlab; git push github; git push gitcafe; done
for tag in "v0.7" "v0.8" "v0.9" "master"; do git co $${tag}; git push gitlab; git push github; git push gitcafe; done

0 comments on commit b003696

Please sign in to comment.