Skip to content

Instantly share code, notes, and snippets.

@vsnguyen
Created October 20, 2017 13:45
Show Gist options
  • Save vsnguyen/00e38452cf674e0df7543e1b6a8a5a3f to your computer and use it in GitHub Desktop.
Save vsnguyen/00e38452cf674e0df7543e1b6a8a5a3f to your computer and use it in GitHub Desktop.
create-git-tag
# Create
git tag -a tag-name -m "tag message"
# Push
git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment