綜合技術--gitHub(5)--git 打tag/刪除tag/刪除遠程分支

#1.顯示已有標籤git

git tag

#2.新建標籤
建立一個包含說明的標籤code

git tag -a tag號 -m 消息

#3.查看標籤的提交信息it

git show tag號

#4.分享標籤分享

git push origin tag號

#5.刪除本地tag標籤

git tag -d <tagName>

#7.刪除本地分支co

git branch -D 分支名

#8.刪除遠程分支 `git push origin :分支名 (注意:origin後面有個空格)遠程

相關文章
相關標籤/搜索