Skip to content

Instantly share code, notes, and snippets.

@johnf
Created April 14, 2011 14:20
Show Gist options
  • Save johnf/919558 to your computer and use it in GitHub Desktop.
Save johnf/919558 to your computer and use it in GitHub Desktop.
[user]
name = John Ferlito
email = johnf@inodes.org
[color]
branch = auto
diff = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = red bold
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
[core]
excludesfile = /home/johnf/.gitignore
editor = vim
autocrlf = false
safecrlf = true
[push]
default = tracking
[alias]
st = status
ci = commit
co = checkout
w = whatchanged
d = diff --ignore-space-at-eol --ignore-space-change --ignore-all-space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment