Skip to content

feat(view issues-and-mrs): checkout local branch for merge request

Tomas Vik requested to merge 63-checkout-mr-branch into main

This MR introduces a context menu item for each MR that comes from the same project (MR from forked projects are out of scope).

checkout-mr-branch

Error scenarios

Video
The git command for checkout failed (e.g. dirty local repository) checkout-mr-local-conflict
git checkout succeeded, but local branch is not in sync with remote checkout-mr-out-of-sync

Credit: @Musisimaru (originally introduced in !229 (closed))

Related to #63 (closed)

Edited by Tomas Vik

Merge request reports