Created
May 29, 2014 20:25
-
-
Save ryannealmes/30d7316ffe6ac8035ba6 to your computer and use it in GitHub Desktop.
Git logging
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
git log --all --pretty=format:'%h %cd %s (%an)' --since='7 days ago' | |
git log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment