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

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-mr-reopen - Reopen a merge request.

SYNOPSIS
     glab mr reopen [... | ...] [flags]

DESCRIPTION
     You  can  reopen  multiple merge requests by passing multiple IDs or branch
     names.

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
     # Reopen merge request 123
     glab mr reopen 123

     # Reopen merge requests 123, 456, and 789
     glab mr reopen 123 456 789

     # Reopen merge requests from branches branch-1 and branch-2
     glab mr reopen branch-1 branch-2

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-reopen&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help