Skip to content

Instantly share code, notes, and snippets.

@FutoRicky
Last active April 24, 2016 05:25
Show Gist options
  • Save FutoRicky/50e4954fd9e874c90d76 to your computer and use it in GitHub Desktop.
Save FutoRicky/50e4954fd9e874c90d76 to your computer and use it in GitHub Desktop.
creating and pushing tags

Create:

git tag v1

Push:

git push --tag origin v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment