Skip to content

Instantly share code, notes, and snippets.

@psi
Created March 19, 2009 21:33
Show Gist options
  • Save psi/82077 to your computer and use it in GitHub Desktop.
Save psi/82077 to your computer and use it in GitHub Desktop.
[user]
name = JD Harrington
email = [email protected]
[alias]
ci = commit
st = !PAGER="" git status
co = checkout
chpk = cherry-pick
up = pull --rebase
put = !git up && git push origin HEAD
shove = !git stash && git put && git stash apply
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
status = auto
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment