Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 201 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 201 Bytes

baseapp

gin git tag -a v0.1 206e -m "v0.1" git push origin v0.1

删除某个tag 本地删除 git tag -d v0.1.2 远端删除 git push origin :refs/tags/ git push origin :refs/tags/v0.1.2