Skip to content

Instantly share code, notes, and snippets.

@orlovmax
Created May 17, 2015 15:12
Show Gist options
  • Select an option

  • Save orlovmax/5fb2807453ae1073c34d to your computer and use it in GitHub Desktop.

Select an option

Save orlovmax/5fb2807453ae1073c34d to your computer and use it in GitHub Desktop.
Tag specific head and push it to the specific branch
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