You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2017. It is now read-only.
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.
git mergetool
creates files for each conflicting side and merge base.Example:
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.
The text was updated successfully, but these errors were encountered: