Cli/ref/mw gitlab mr checkout

< Cli‎ | ref

mw gitlab mr checkout

edit

Checkout to an open merge request

mw gitlab mr checkout [<id> | <branch>] [flags]

Examples

edit
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   # 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