Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Created August 7, 2014 07:23
Show Gist options
  • Save chiehwen/105d940dbcf5a5b6d357 to your computer and use it in GitHub Desktop.
Save chiehwen/105d940dbcf5a5b6d357 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/chiehwen/.gitignore_global
[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
[user]
name = Chieh-Wen Yang
email = [email protected]
[color]
diff = auto
status = auto
branch = auto
ui = auto
[alias]
st = status
[apply]
whitespace = nowarn
[push]
default = tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment