glab mr
all
Manage GitLab merge requests. Some subcommands such as `create` have their own usage documentation.
More info →Subcommands (2)
Options (1)
booleanCheck out a specific merge request locally
Example:
glab {{[co|mr checkout]}} {{mr_number}}Examples (7)
Create a merge request
Check out a specific merge request locally
glab [co|mr checkout] mr_numberApprove the merge request for the current branch
glab mr approveMerge the merge request associated with the current branch interactively
Edit a merge request interactively
glab mr updateEdit the target branch of a merge request
glab mr update --target-branch branch_namemade by @shridhargupta | data from tldr-pages