Skip to content

Instantly share code, notes, and snippets.

@therebelrobot
Created February 26, 2014 23:21
Show Gist options
  • Save therebelrobot/9240928 to your computer and use it in GitHub Desktop.
Save therebelrobot/9240928 to your computer and use it in GitHub Desktop.
(from https://coderwall.com/p/7jbwww)
First, create this alias:
git config --global alias.today "log --since=midnight --author='$(git config user.name)' --oneline"
Of course, you have to replace my name with yours. Then, before leaving office for a well-deserved rest, you can reflect on what you've accomplished during your working day by issuing this simple command:
git today
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment