forked from hpcc-systems/HPCC-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Visual 3 way merge
jakesmith edited this page Jul 26, 2011
·
1 revision
You can setup a gui merge tool for resolving 3-way merge situations, e.g. merge conflicts.
Go to http://www.perforce.com/downloads
Browse by Component | Clients | Visual Merge Tool
Download and install the appropriate installer.
In your ~/.gitconfig add:
[merge]
tool = p4tool
[mergetool "p4tool"]
cmd = \"/c/Program Files/Perforce/p4merge.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
keepBackup = false
[mergetool]
prompt = false
TBD