Skip to content

Commit

Permalink
Update gitconfig, merge/difftools + keepBackup=false
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwizard committed Mar 12, 2014
1 parent 9616ae2 commit a784a2e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,20 @@
changed = green
untracked = cyan

[diff]
tool = bc3
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
bc3 = trustExitCode
[merge]
tool = bc3
[mergetool]
prompt = false
keepBackup = false
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[mergetool "bc3"]
trustExitCode = true

0 comments on commit a784a2e

Please sign in to comment.