Skip to content

Instantly share code, notes, and snippets.

@tomkersten
Created September 18, 2009 05:13
Show Gist options
  • Save tomkersten/188889 to your computer and use it in GitHub Desktop.
Save tomkersten/188889 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
br = branch
last = cat-file commit HEAD
[apply]
whitespace = nowarn
[merge]
tool = opendiff
summary = true
[core]
exludesfiles = /Users/tom/.gitignore
[color]
branch = auto
diff = auto
status = auto
interactive = auto
[color "branch"]
current = red reverse
local = green
remote = white
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
header = blue
added = green
changed = yellow
untracked = red
[instaweb]
httpd = webrick
[diff "ruby"]
funcname = ^ *\\(\\(class\\|module\\|def\\) .*\\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment