Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created July 13, 2010 19:34
Show Gist options
  • Save perlpilot/474378 to your computer and use it in GitHub Desktop.
Save perlpilot/474378 to your computer and use it in GitHub Desktop.
[alias]
ci = commit
st = status
co = checkout
br = branch
pullr = pull --rebase
svnup = svn rebase --all
[user]
name = Jonathan Scott Duff
email = duff@pobox.com
[core]
excludesfile = "/home/duff/.gitexcludes"
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = blue reverse
local = blue
remote = green
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = blue
changed = green
untracked = cyan
[push]
default = current
[branch]
autosetuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment