Last active
January 28, 2017 11:56
-
-
Save sri/d1e559fdf8d04683c891 to your computer and use it in GitHub Desktop.
What hours of the day have I worked
This file contains 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
# From https://plus.google.com/+LinusTorvalds/posts/9EuaUEgarfu | |
git log --author=Sriram --pretty="%cd" | cut -d' ' -f4 | cut -d: -f1 | sort -n | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment