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    刪除服務器標籤

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