Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Side-by-side diff for each conflicting change sets #247

Open
ypresto opened this issue Aug 19, 2016 · 3 comments
Open

Side-by-side diff for each conflicting change sets #247

ypresto opened this issue Aug 19, 2016 · 3 comments

Comments

@ypresto
Copy link
Collaborator

ypresto commented Aug 19, 2016

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 ypresto changed the title Side-by-side diff for BASE...LOCAL and BASE...REMOTE Side-by-side diff for each conflicting change sets Aug 19, 2016
@Swivelgames
Copy link

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.

@guilhermejcgois
Copy link

That is a cool feature, any news about?

@smashwilson
Copy link
Owner

👋 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 ✨

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants