Skip to content

Instantly share code, notes, and snippets.

@dhulihan
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhulihan/34b479a23e34070b035d to your computer and use it in GitHub Desktop.
Save dhulihan/34b479a23e34070b035d to your computer and use it in GitHub Desktop.
git-today: git list of commit messages made today
# 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