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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-mr-merge - Merge or	accept a merge request.

SYNOPSIS
       glab mr merge []	[flags]

DESCRIPTION
       Defaults	 to  the currently checked-out branch. When a pipeline is run-
       ning, auto-merge	is enabled  by	default.  Pass	--auto-merge=false  to
       merge immediately. Use --squash or --rebase to control the merge	strat-
       egy,  or	--remove-source-branch to delete the source branch after merg-
       ing.

OPTIONS
       --auto-merge[=true]	Set auto-merge.

       -m, --message=""	     Custom merge commit message.

       -r, --rebase[=false]	 Rebase	the commits onto the base branch.

       -d, --remove-source-branch[=false]      Remove source branch on merge.

       --sha=""	     Merge only	if the HEAD of the source branch matches  this
       SHA. Use	to ensure that only reviewed commits are merged.

       -s, --squash[=false]	 Squash	commits	on merge.

       --squash-message=""	Custom squash commit message.

       -y, --yes[=false]      Skip submission confirmation prompt.

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 ac-
       cepted.

EXAMPLE
       # Merge a merge request
       glab mr merge 235
       glab mr accept 235

       # Finds open merge request from current branch
       glab mr merge

SEE ALSO
       glab-mr(1)

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

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

home | help