GIT打标签

git 打标签

git tag 查看本地标签

git tag v1.00 9789877767676  创建标签(-commit序列)

git tag -d v1.00  删除标签

git push origin --tags /git push --tags  上传标签

git push origin --delete tag v1.0    删除服务器标签

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章