Last active
August 29, 2015 14:23
-
-
Save dhulihan/34b479a23e34070b035d to your computer and use it in GitHub Desktop.
git-today: git list of commit messages made today
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
# osx friendly | |
echo "Today I `git log --format=%s --since 6am | tail -r | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/, /g'`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment