Skip to content

Commit

Permalink
Modified .gitconfig to use Beyond Compare on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
markcapaldi committed Dec 2, 2016
1 parent 9c63182 commit a547390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
[merge]
tool = bcom3
[mergetool "bcom3"]
cmd = \"c:/Program Files (x86)/Beyond Compare 3/bcomp.com\" \"$PWD/$LOCAL\" \"$PWD/$REMOTE\" \"$PWD/$BASE\" \"$PWD/$MERGED\"
cmd = \"/usr/local/bin/bcomp\" \"$PWD/$LOCAL\" \"$PWD/$REMOTE\" \"$PWD/$BASE\" \"$PWD/$MERGED\"
keepBackup = false
trustExitCode = false
[diff]
tool = bcom3
[difftool "bcom3"]
cmd = \"c:/Program Files (x86)/Beyond Compare 3/bcomp.com\" \"$LOCAL\" \"$REMOTE\"
cmd = \"/usr/local/bin/bcomp\" \"$LOCAL\" \"$REMOTE\"

0 comments on commit a547390

Please sign in to comment.