Skip to content

Instantly share code, notes, and snippets.

@geekbass
Created September 11, 2018 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekbass/0785584897cb5362db8fbcda40d42626 to your computer and use it in GitHub Desktop.
Save geekbass/0785584897cb5362db8fbcda40d42626 to your computer and use it in GitHub Desktop.
Tagging commits/branches

1. Inside your branch, add the tag:

git tag 0.0.6

2. You can push the tag as an update to the branch:

git push origin 0.0.6 --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment