Created
May 17, 2015 15:12
-
-
Save orlovmax/5fb2807453ae1073c34d to your computer and use it in GitHub Desktop.
Tag specific head and push it to the specific branch
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 tag -a v1.3 cf50010 -m "v1.3" | |
| or simplest way | |
| git tag "v1.3" cf50010 | |
| git push --tags origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment