Skip to content

Instantly share code, notes, and snippets.

View rthanga1's full-sized avatar

Ramaraj Thangapandi rthanga1

  • Trimble
  • Chennai
  • 08:19 (UTC -12:00)
View GitHub Profile
@rthanga1
rthanga1 / git.md
Created August 25, 2020 11:30
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