How to setup the git mergetool with the --dir-diff option? -


difftool has great user friendly option viewing diffs. --dir-diff option - allowing abritrarly browse through 2 directories.

the git mergetool has clumsy , unfriendly userinterface. solving merge conflicts has done in strict order given git.

is there possibility setup similar option $ git difftool --dir-diff? $ git mergetool --dir-merge calling directory compare of e.g. winmerge? or 1 has alternativ solution provide user friendly interface solving multiple file merge conflicts?

there simple python program called meld, visualises merges 3 panes do.

to use merge resolution, have installed and, while in unresolved-merge in git, type: $ git mergetool.

more on topic can read at: painless merge conflict resolution in git

...i have found tools , interfaces available performing merges not equip programmers sufficiently them effectively. often, programmer run git merge , hope git take care of large majority of hunks. of hunks conflict, usual merge strategy of human @ helm use surrounding context guess intended program supposed like.

this article demonstrate there can more measured process resolution of merge conflicts takes guesswork out of risky operation...


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -