Skip to content

Instantly share code, notes, and snippets.

@davelyon
Created September 25, 2010 17:32
Show Gist options
  • Save davelyon/597083 to your computer and use it in GitHub Desktop.
Save davelyon/597083 to your computer and use it in GitHub Desktop.
[user]
name = Dave Lyon
email = [email protected]
[diff]
external = "mate"
[core]
editor = "mate -wl1"
excludes = "/Users/dlyon/.gitignore"
excludesfile = /Users/dave/.gitignore
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = green reverse
local = green
remote = yellow
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = cyan
[alias]
co = checkout
st = status
df = diff
cm = commit -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment