Skip to content

Instantly share code, notes, and snippets.

@tkmru
Last active April 17, 2018 07:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkmru/4937f76fea7693395ec8a792a8ca82ef to your computer and use it in GitHub Desktop.
Save tkmru/4937f76fea7693395ec8a792a8ca82ef to your computer and use it in GitHub Desktop.
extract today commit message on mac for daily report.
git log --after=$(date -v-1d +"%Y-%m-%d") --pretty=oneline --abbrev-commit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment