Skip to content

Instantly share code, notes, and snippets.

@oisin
Created July 11, 2013 15:38
Show Gist options
  • Select an option

  • Save oisin/5976561 to your computer and use it in GitHub Desktop.

Select an option

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