Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created December 22, 2012 17:52
Show Gist options
  • Select an option

  • Save zbigniewTomczak/4360219 to your computer and use it in GitHub Desktop.

Select an option

Save zbigniewTomczak/4360219 to your computer and use it in GitHub Desktop.
git tag v1.0-Final #sets lightweight tag as v1.0-Final on last commit
git tag #list tags
git push --tags #pushes tags to github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment