I am using the Unison GUI in Fedora.
What should I add to my profile to set up "meld" as my merge-tool?
I would like to have a similar user experience as in Git Gui, when I add meld
as my mergetool.
I would like to see three columns: left local, middle merged document and right server. And after I have chosen what to merge into the middle, I want to press save and close the meld-Gui and afterwards the merged document should overright both the versions local and on the server (this is praobably what 90% of Unison-users want).
How do I set it up this way?
merge = meld
does not work :(
Can you please also explain the code a bit? Maybe something similar as Is there a global config file for Unison synchronization tool? would work, but I don't understand the 3 lines of this code:
merge = Name * -> meld CURRENT1 CURRENT2
diff = /usr/bin/meld CURRENT1 CURRENT2
confirmmerge = true