glab-mr-checkout - Man Page
Check out an open merge request.
Synopsis
glab mr checkout [ | ] [flags]
Description
Check out an open merge request.
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
--help[=false] Show help for this command.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts 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 # Uses the checked-out branch $ glab mr checkout
See Also
Referenced By
Oct 2024 Auto generated by spf13/cobra