From Fedora Project Wiki
Revision as of 11:56, 2 August 2010 by Sgallagh (talk | contribs) (→Merging (request for discussion and inclusion on the main page): new section)
Merging (request for discussion and inclusion on the main page)
Merging issues can be made much easier to solve with the following instructions:
yum install meld
Then configure git to use meld for merging:
git config --global merge.tool meld
Then, when merge conflicts occur, it can be resolved in a very nice, graphical interface by using the command:
git mergetool