lishengzxc / bblog

My Blog
https://github.com/lishengzxc/bblog/issues
178 stars 8 forks source link

Git Tag 基础操作 #38

Open lishengzxc opened 7 years ago

lishengzxc commented 7 years ago

删除远程 Tag

git push origin --delete tag tagname

删除本地 Tag

git tag -d tagname