Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active October 24, 2023 02:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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