How to resolve merge conflicts in Git? -


is there way explain how resolve merge conflicts in git?

try: git mergetool

it opens gui steps through each conflict, , choose how merge. requires bit of hand editing afterwards, it's enough itself. better doing whole thing hand certainly.

as per @joshglover comment:

the command doesn't open gui unless install one. running git mergetool me resulted in vimdiff being used. can install 1 of following tools use instead: meld, opendiff, kdiff3, tkdiff, xxdiff, tortoisemerge, gvimdiff, diffuse, ecmerge, p4merge, araxis, vimdiff, emerge.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -