Skip to content

Instantly share code, notes, and snippets.

@spiffxp
Created December 11, 2012 20:48
Show Gist options
  • Save spiffxp/4262000 to your computer and use it in GitHub Desktop.
Save spiffxp/4262000 to your computer and use it in GitHub Desktop.
My git config
[user]
name = Aaron Crickenberger
email = spiffxp@gmail.com
[alias]
br = branch
ca = commit --amend
ci = commit
cp = cherry-pick
co = checkout
fp = fetch --prune
mf = merge --ff-only
mnf = merge --no-ff
pf = pull --ff-only
rb = rebase
rbc = rebase --continue
st = status
[color]
ui = true
[merge]
tool = p4merge
[mergetool]
prompt = false
keepBackup = false
[mergetool "p4merge"]
path = /usr/local/bin/p4merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment