Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active May 1, 2024 00:37
Show Gist options
  • Save pH-7/0d81fbc42248aff373793c437cf1d25c to your computer and use it in GitHub Desktop.
Save pH-7/0d81fbc42248aff373793c437cf1d25c to your computer and use it in GitHub Desktop.
Show the last three git tags (very handy) - https://github.com/pH-7
git tag --sort=-creatordate | head -n3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment