Skip to content

Instantly share code, notes, and snippets.

@oisin
Created July 11, 2013 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oisin/5976561 to your computer and use it in GitHub Desktop.
Save oisin/5976561 to your computer and use it in GitHub Desktop.
Collection of git things which can be useful.
  • Show all th etags and their dates since a time

git log --date-order --graph --tags --simplify-by-decoration --pretty=format:'%ai %h %d' --after={2013-06-01}

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