5.1.0 Improved merge conflict resolution
When a conflict happens:
- A list of the conflicting files will be displayed
- If configured (via
"editor"property) the conflicting files will be opened in the user's preferred editor - When resolved, the user can return to the
backportterminal. The user does not have to stage (git add) or commit their changes -backportwill do this for them when they agree to proceed. - The backport process will continue as usual: the branch will be pushed and a PR created.
Added in #170
