Skip to content

Instantly share code, notes, and snippets.

@fab
Created October 15, 2013 18:53
Show Gist options
  • Save fab/6996761 to your computer and use it in GitHub Desktop.
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
[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