Skip to content

Instantly share code, notes, and snippets.

@cbare
Created February 22, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbare/798c70bd367d2bdc111714dca806688f to your computer and use it in GitHub Desktop.
Save cbare/798c70bd367d2bdc111714dca806688f to your computer and use it in GitHub Desktop.
[alias]
gr = log --graph --full-history --all --color \n --pretty=tformat:\"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m\"
plog = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 20
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
cdiff = diff --cached
branches = branch --list -vva --color
remotes = remote --verbose
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment