Skip to content

Instantly share code, notes, and snippets.

@Digi92
Last active November 2, 2016 00:17
Show Gist options
  • Save Digi92/25e4312b630448c3c42371488d576326 to your computer and use it in GitHub Desktop.
Save Digi92/25e4312b630448c3c42371488d576326 to your computer and use it in GitHub Desktop.
Add new Git Tag to repo
git tag -a 0.1.4 -m 'New version 0.1.4'
git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment