2013-10-15 15 views

回答

0

這很簡單:

git tag my-tag 
git push --all-tags 

如果你還沒有推你還沒有提交,您還需要將它們帶到上游,因爲推送標籤不會推送提交:

git push 

就是這樣。