Skip to content

Instantly share code, notes, and snippets.

@olgusirman
Created April 23, 2020 11:51
Show Gist options
  • Save olgusirman/c9c4cbcd9ee2ce5ca904d8bf2d83caf2 to your computer and use it in GitHub Desktop.
Save olgusirman/c9c4cbcd9ee2ce5ca904d8bf2d83caf2 to your computer and use it in GitHub Desktop.
Helper git commands for Tags
# Show all tags with description
git show --tags |grep "^tag " -A4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment