mackxu
子曰:学而时习之,不亦说乎?
操作 实例
创建标签 git tag -a V1.2 -m 'WebSite version 1.2'
查看标签 git tag / git show V1.2
远程推送 git push origin --tags
删除标签 git tag -d V1.2
删除远程标签 git push origin :refs/tags/V1.2
获取远程版本 git fetch origin tag V1.2

参考:

http://yijiebuyi.com/blog/007269d04d5096d9397ce3daf9d84c48.html

posted on 2017-05-10 15:49  mackxu  阅读(225)  评论(0编辑  收藏  举报