mw gitlab mr checkout
editCheckout to an open merge request
mw gitlab mr checkout [<id> | <branch>] [flags]
Examples
editglab mr checkout 1 glab mr checkout branch glab mr checkout 12 --branch todo-fix glab mr checkout new-feature --set-upstream-to=upstream/main glab mr checkout # use checked out branch
Options
edit-b, --branch string checkout merge request with <branch> name -u, --set-upstream-to string set tracking of checked out branch to [REMOTE/]BRANCH
Options inherited from parent commands
edit--help Help for this command --no-interaction Do not ask any interactive questions -R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
edit- mw gitlab mr - Create, view and manage merge requests