Skip to content

Instantly share code, notes, and snippets.

@adamlutz
Forked from joshuaadrian/GIT Global Config
Last active August 29, 2015 14:09
Show Gist options
  • Save adamlutz/3b58427ab2244e510246 to your computer and use it in GitHub Desktop.
Save adamlutz/3b58427ab2244e510246 to your computer and use it in GitHub Desktop.
[user]
name = Adam Lutz
email = nerp
[core]
excludesfile = /Users/alutz/.gitignore
[heroku]
[push]
default = simple
[heroku]
account = gokart
[alias]
co = checkout
a = add . -A
c = commit -am
cb = checkout -b
bd = branch -D
b = branch
s = status -s
r = remote -v
lg = log --oneline --decorate --all --graph
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment