Skip to content

Instantly share code, notes, and snippets.

@kevinmarx
Created March 25, 2013 19:05
Show Gist options
  • Save kevinmarx/5239708 to your computer and use it in GitHub Desktop.
Save kevinmarx/5239708 to your computer and use it in GitHub Desktop.
[user]
name = Kevin Marx
email = [email protected]
[alias]
unstage = reset HEAD
aa = add .
AA = add -A
cm = commit -m
c = commit
b = branch
br = branch -r
s = status
u = pull
p = push
ds = diff --staged
m = merge
co = checkout
pr = pull-request
pick = cherry-pick -n -x
pickm = cherry-pick
st = stash
pn = git push -u origin
delete = push origin --delete
[push]
default = tracking
[core]
excludesfile = ~/.gitexcludes
[color]
ui = true
[mergetool]
prompt = false
[merge]
tool = opendiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment