bblog
bblog copied to clipboard
Git Tag 基础操作
删除远程 Tag
git push origin --delete tag tagname
删除本地 Tag
git tag -d tagname