Created
November 26, 2013 20:55
-
-
Save tuxracer/7666068 to your computer and use it in GitHub Desktop.
tag in gerrit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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