Skip to content

Instantly share code, notes, and snippets.

@jamietr1
Created March 29, 2017 14:02
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 jamietr1/08197ed875f87e1f4e09378f693c613c to your computer and use it in GitHub Desktop.
Save jamietr1/08197ed875f87e1f4e09378f693c613c to your computer and use it in GitHub Desktop.
Unique git commit dates in a repo
git log | grep Date | awk '{print " : "$4" "$3" "$6}' | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment