Created
February 18, 2020 08:06
-
-
Save workze/e2a85776b30ebcc3b65ca1f4f4c5c1c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git push --tag | |
git pull --tag | |
git tag -d v1 | |
打标签 | |
git tag v1 | |
git tag v2 commit-id | |
查看所有标签 | |
git tag | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment