Created
October 20, 2017 13:45
-
-
Save vsnguyen/00e38452cf674e0df7543e1b6a8a5a3f to your computer and use it in GitHub Desktop.
create-git-tag
This file contains 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
# 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