Created
January 13, 2011 05:39
-
-
Save softprops/777457 to your computer and use it in GitHub Desktop.
fancy git log flags
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