Created
October 2, 2012 22:11
-
-
Save MachinesAreUs/3823642 to your computer and use it in GitHub Desktop.
My work today on my Git repo
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
# "Executive" summary | |
git log --author="Agustin Ramos" --since="6am" --pretty=oneline | |
# With stats | |
git log --author="Agustin Ramos" --since="6am" --pretty=oneline --stat | |
# With timestamps | |
git log --author="Agustin Ramos" --since="6am" --pretty="format:%h: %ai: %s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment