2015年4月1日 星期三

[Git] How to use tag

Add new tag
git tag -a <tag_name>

Upload to remote server
git push origin <tag_name>

Remove tag from remote server
git push origin :refs/tags/<tag_name>

Reference:

0 意見:

張貼留言