Created
August 5, 2015 02:33
-
-
Save lenage/f480987e836f2c3ad425 to your computer and use it in GitHub Desktop.
List all Git commit date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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