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 Dec 15, 2022. It is now read-only.
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.
Split diffs or alternate diff views is something that I'd always kind of wanted to investigate, but never had the time. I'm guessing this will be a common request 😆
dflock, simurai, varemenos, maxheld83, fuzzyweapon and 1 more