glab-mr-checkout - Man Page

Check out an open merge request.

Synopsis

glab mr checkout [ |  | ] [flags]

Description

Defaults to the currently checked-out branch. Use --branch to override the local branch name used for the checkout.

Options

-b, --branch="" Check out merge request with name .

-u, --set-upstream-to="" Set tracking of checked-out branch to [REMOTE/]BRANCH.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

Example

glab 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 https://gitlab.com/gitlab-org/cli/-/merge_requests/1234

# Uses the checked-out branch
glab mr checkout

See Also

glab-mr(1)

Referenced By

glab-mr(1).

Jun 2026 Auto generated by spf13/cobra