glab mr checkout¶
Checkout to an open merge request
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/trunk
$ 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 Show help for command
-R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL