Skip to content

Instantly share code, notes, and snippets.

@rjm535
rjm535 / .gitconfig
Created May 29, 2012 17:57 — forked from mathom/.gitconfig
My Git Config
[color]
ui = true
[alias]
br = branch
co = checkout
cp = cherry-pick
plog = log --graph --all --decorate
slog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
st = status
tracking = for-each-ref --format='%(refname:short) <- %(upstream:short)' refs/heads