Skip to content

Instantly share code, notes, and snippets.

@dolanor
Last active December 25, 2015 14:39
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 dolanor/6992839 to your computer and use it in GitHub Desktop.
Save dolanor/6992839 to your computer and use it in GitHub Desktop.
[alias]
l = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s%Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
la = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ci = commit -m
s = status -s --untracked=no
dc = diff --color=auto
dw = diff --color-words
co = checkout
b = branch
[core]
editor = vim
[color]
ui = true
[color "diff"]
whitespace = red reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment