Skip to content

Instantly share code, notes, and snippets.

@dylanjha
Created July 29, 2013 16:58
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 dylanjha/6105802 to your computer and use it in GitHub Desktop.
Save dylanjha/6105802 to your computer and use it in GitHub Desktop.
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color "diff"]
whitespace = red reverse
[alias]
co = checkout
st = status
br = branch
df = diff
pl = pull
ps = push
fo = fetch origin
[user]
name = Dylan Jhaveri
email = dylan@procore.com
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment