Last active
April 17, 2018 07:15
-
-
Save tkmru/4937f76fea7693395ec8a792a8ca82ef to your computer and use it in GitHub Desktop.
extract today commit message on mac for daily report.
This file contains 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
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