Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Created November 26, 2013 20:55
Show Gist options
  • Save tuxracer/7666068 to your computer and use it in GitHub Desktop.
Save tuxracer/7666068 to your computer and use it in GitHub Desktop.
tag in gerrit
git checkout v2.0
git tag -am "Adding v2.0.1 tag" v2.0.1
git push origin v2.0.1 HEAD:refs/heads/v2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment