< Cli < ref
mw gitlab mr checkout
Checkout to an open merge request
mw gitlab mr checkout [<id> | <branch>] [flags]
Examples
glab mr checkout 1 glab mr checkout branch --track 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
-b, --branch string checkout merge request with <branch> name -u, --set-upstream-to string set tracking of checked out branch to [REMOTE/]BRANCH -t, --track set checked out branch to track remote branch, adds remote if needed
Options inherited from parent commands
--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
- mw gitlab mr - Create, view and manage merge requests
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.