Skip to content

Instantly share code, notes, and snippets.

@kaloprominat
Created November 24, 2015 10:02
Show Gist options
  • Save kaloprominat/5af1d03826319c5eefec to your computer and use it in GitHub Desktop.
Save kaloprominat/5af1d03826319c5eefec to your computer and use it in GitHub Desktop.
bash git add push tags
git tag -a 1.2.3 -m 'my version 1.2.3'
git push origin 1.2.3
git push origin --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment