Skip to content

Instantly share code, notes, and snippets.

@mcauser
Created December 10, 2013 15:50
Show Gist options
  • Select an option

  • Save mcauser/7892857 to your computer and use it in GitHub Desktop.

Select an option

Save mcauser/7892857 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Mike Causer
email = mcauser@gmail.com
[mergetool]
keepBackup = true
[credential]
helper = osxkeychain
[push]
default = simple
[core]
editor = subl -n -w
excludesfile = /Users/mikecauser/.gitignore_global
[color]
ui = 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