Skip to content

Instantly share code, notes, and snippets.

@DoZator
Created September 10, 2012 06:13
Show Gist options
  • Save DoZator/3689189 to your computer and use it in GitHub Desktop.
Save DoZator/3689189 to your computer and use it in GitHub Desktop.
Alias for "git log" command in pretty format

In ~/.gitconfig file:

[alias]    
ll = log --color --graph --pretty=format:"%Cred%h%Creset\\ -%C(yellow)%d%Creset\\ %s\\ %Cgreen(%cr\\ by\\ %an)%Creset" --abbrev-commit
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment