Created
October 15, 2013 18:53
-
-
Save fab/6996761 to your computer and use it in GitHub Desktop.
git ll "Long" Logs - renders the log with high signal and low noise. To use this command add the following to ~/.gitconfig
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
[alias] | |
ll = log \ | |
--graph \ | |
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an - %cr)' \ | |
--date=relative |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment