Skip to content

Instantly share code, notes, and snippets.

@rthanga1
Created August 25, 2020 11:30
Show Gist options
  • Save rthanga1/e743c2c21effd32df9a244eca3eb2c85 to your computer and use it in GitHub Desktop.
Save rthanga1/e743c2c21effd32df9a244eca3eb2c85 to your computer and use it in GitHub Desktop.
Git CheatSheet

List all the tags git tag -l

Delete a tag from the remote git push -d origin 1.0

Delete a tag locally git tag -d 1.0

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