git 刪除遠程 tag

例:
顯示本地 tag
bash$  git tag 
Remote_Systems_Operation

刪除本地tag
bash$  git tag -d Remote_Systems_Operation 
Deleted tag 'Remote_Systems_Operation' (was 66d412b)

顯示本地tag, 些是爲空
bash$  git tag 

用push, 刪除遠程tag
bash$  git push origin :refs/tags/Remote_Systems_Operation
To git://128.224.158.21/dfe_auto
- [deleted]         Remote_Systems_Operation
bash$  
相關文章
相關標籤/搜索