Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

branch

tag

附注标签 :

git tag -a versionCode -m “1.2版本”

查看标签:

git show tag

切换标签:

git checkout tagname

git push origin --tag

打标签

git tag -a mirror_v1.3_app_v2.0.12

删除本地TAG

git tag -d v20190514

删除远程TAG

git push origin :refs/tags/v3.3.2