feat(review-center): add local pull-request conflict resolution flow #36
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/36/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a local conflict resolution workflow that allows resolving PR
merge conflicts from the review center. The change implements host and
repository matching, prepares and merges branches locally, opens the
resolve editor, and tracks a multi-phase state machine to continue,
abort, or push the resolved branch back to the remote.
and manage phases (preparing → conflicts → ready-to-push → complete).
local resolutions from the review center.
completion after a successful push.
Pull request closed