Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-mr-checkout - Check out an open merge request.

SYNOPSIS
     glab mr checkout [ |  | ] [flags]

DESCRIPTION
     Defaults  to the currently checked-out branch. Use --branch to override the
     local branch name used for the checkout.

OPTIONS
     -b, --branch=""	  Check out merge request with name .

     -f, --force[=false]      Reset local branch to remote when  they  have  di-
     verged. Refuses if working tree has changes that would be lost.

     -u,  --set-upstream-to=""	     Set  tracking of checked-out branch to [RE-
     MOTE/]BRANCH.

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

     -R, --repo=""	Select another repository. You can use either OWNER/REPO
     or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

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 https://gitlab.com/gitlab-org/cli/-/merge_requests/1234

     # Uses the checked-out branch
     glab mr checkout

SEE ALSO
     glab-mr(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-mr-checkout&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help