glab-mr-checkout - Man Page
Checkout to an open merge request
Synopsis
glab mr checkout [ | ] [flags]
Description
Checkout to an open merge request
Options
-b, --branch="" checkout merge request with name
-u, --set-upstream-to="" set tracking of checked out branch to [REMOTE/]BRANCH
Options Inherited from Parent Commands
--help[=false] Show help for command
- -R, --repo="" Select another repository using the
OWNER/REPO
orGROUP/NAMESPACE/REPO
format or full URL or git URL
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 # use checked out branch
See Also
Referenced By
Aug 2023 Auto generated by spf13/cobra