merge-conflicts icon indicating copy to clipboard operation
merge-conflicts copied to clipboard

Side-by-side diff for each conflicting change sets

Open ypresto opened this issue 7 years ago • 3 comments

git mergetool creates files for each conflicting side and merge base.

Example:

  • app/views/foobar.html_BASE_17711.slim
  • app/views/foobar.html_LOCAL_17711.slim
  • app/views/foobar.html_REMOTE_17711.slim

These files are useful to determine what was actually changed (by comparing base to local change or remote change), to resolve conflict.

There is split-diff plugin, so we only need to create above files (like mergetool) and open split diff.

ypresto avatar Aug 19 '16 06:08 ypresto

This would definitely be a huge plus. Currently I'm working with a diff that has a change of over 100 lines, which makes it difficult to process when they're top vs bottom.

Swivelgames avatar Jan 16 '17 19:01 Swivelgames

That is a cool feature, any news about?

guilhermejcgois avatar Apr 20 '17 19:04 guilhermejcgois

:wave: Thanks for taking the time to file an issue here! Unfortunately, this repository is being deprecated, so I won't be getting to this one here.

This issue still applies to the new git and GitHub package for Atom, so I've refiled this one at atom/github#816. Subscribe there for updates :sparkles:

smashwilson avatar May 16 '17 19:05 smashwilson