Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created November 15, 2016 21:02
Show Gist options
  • Select an option

  • Save mikemichaelis/cd35f0374fd78462916efb76f24dd259 to your computer and use it in GitHub Desktop.

Select an option

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