Skip to content

Instantly share code, notes, and snippets.

@noherczeg
Created March 25, 2015 16:06
Show Gist options
  • Select an option

  • Save noherczeg/61d558a5aa00ecfabd9e to your computer and use it in GitHub Desktop.

Select an option

Save noherczeg/61d558a5aa00ecfabd9e to your computer and use it in GitHub Desktop.
git commands
git tag -a v0.0.1 -m "Release version 0.0.1"
git push -u origin master --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment