Skip to content

Instantly share code, notes, and snippets.

@lenage
Created August 5, 2015 02:33
Show Gist options
  • Save lenage/f480987e836f2c3ad425 to your computer and use it in GitHub Desktop.
Save lenage/f480987e836f2c3ad425 to your computer and use it in GitHub Desktop.
List all Git commit date
git log --format='%ci' --no-merges | awk '{print $1}' | uniq | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment