dotfiles/gitconfig_mac

34 lines
927 B
Plaintext
Raw Normal View History

2013-09-16 10:39:41 +01:00
[user]
name = Cyryl Plotnicki-Chudyk
[mergetool "filemerge"]
cmd = /Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge -merge $MERGED -left $LOCAL -ancestor $BASE -right $REMOTE
trustExitCode = false
[core]
excludesfile = /Users/cplotnicki/.gitignore_global
[difftool "kdiff3"]
path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
trustExitCode = false
[difftool]
prompt = false
[diff]
tool = kdiff3
[mergetool "kdiff3"]
path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
trustExitCode = false
keepBackup = false
[merge]
tool = kdiff3
[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
2013-10-09 10:19:02 +01:00
[push]
default = simple
2013-10-09 10:59:24 +01:00
[color]
ui = true
2013-10-09 11:00:36 +01:00
[help]
autocorrect = 1