Skip to content

Instantly share code, notes, and snippets.

@mathom
Created May 2, 2012 16:37
Show Gist options
  • Select an option

  • Save mathom/2578017 to your computer and use it in GitHub Desktop.

Select an option

Save mathom/2578017 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment