Skip to content

Instantly share code, notes, and snippets.

@workze
Created February 18, 2020 08:06
Show Gist options
  • Save workze/e2a85776b30ebcc3b65ca1f4f4c5c1c8 to your computer and use it in GitHub Desktop.
Save workze/e2a85776b30ebcc3b65ca1f4f4c5c1c8 to your computer and use it in GitHub Desktop.
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