Skip to content

Instantly share code, notes, and snippets.

@satriahrh
Last active October 3, 2019 07:05
Show Gist options
  • Save satriahrh/de8ad55b3ac56eccad9a4301a41da8e2 to your computer and use it in GitHub Desktop.
Save satriahrh/de8ad55b3ac56eccad9a4301a41da8e2 to your computer and use it in GitHub Desktop.

Git Cheat Sheet

Push Tag to Remote

Push a specific tag only, no forcing to push all tags. See more

git push origin <tag_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment