Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created November 15, 2016 21:02
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 mikemichaelis/cd35f0374fd78462916efb76f24dd259 to your computer and use it in GitHub Desktop.
Save mikemichaelis/cd35f0374fd78462916efb76f24dd259 to your computer and use it in GitHub Desktop.
Adding a git branch tag
git checkout <branch>
git tag -a v1.4 -m "[PLATFORM] publish vx.y.z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment