-
Notifications
You must be signed in to change notification settings - Fork 1
Git Tagging
Kenneth Kasajian edited this page Jul 8, 2014
·
1 revision
git tag -a <tag_name>
git tag -l
git show <tag_name>
git push --tags
or if you are looking to push a single tag:
git push origin <tag_name>