Skip to content

Instantly share code, notes, and snippets.

@sri
Last active January 28, 2017 11:56
Show Gist options
  • Save sri/d1e559fdf8d04683c891 to your computer and use it in GitHub Desktop.
Save sri/d1e559fdf8d04683c891 to your computer and use it in GitHub Desktop.
What hours of the day have I worked
# 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