Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Meld merge tool ====== Homepage: [[https://meldmerge.org/|meldmerge.org]] ===== use with git ===== ''git mergetool'' will start the merge program you have set. If you want to set meld as your merge tool: <code bash> git config --global merge.tool meld git config --global diff.tool meld </code> or edit the config: <file ini .git/gitconfig> [merge] tool = meld [diff] tool = meld </file> Last modified: 2024-07-05 14:31