We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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