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

FreeBSD Manual Pages

  
 
  

home | help
gh(1)Aug(2020)							gh(1)Aug(2020)

Auto generated by spf13/cobra

NAME
       gh-pr-merge - Merge a pull request

SYNOPSIS
       gh pr merge [ |	| ] [flags]

DESCRIPTION
       Merge a pull request on GitHub.

       By  default,  the  head	branch of the pull request will	get deleted on
       both  remote  and  local	 repositories.	 To  retain  the  branch,  use
       '--delete-branch=false'.

OPTIONS
       -d,  --delete-branch[=true]	Delete the local and remote branch af-
       ter merge

       -m, --merge[=false]	Merge the commits with the base	branch

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

       -s, --squash[=false]	 Squash	the commits into one commit and	 merge
       it into the base	branch

OPTIONS	INHERITED FROM PARENT COMMANDS
       --help[=false]	   Show	help for command

       -R,  --repo=""	   Select another repository using the OWNER/REPO for-
       mat

SEE ALSO
       gh-pr(1)

HISTORY
       31-Aug-2020 Auto	generated by spf13/cobra

								gh(1)Aug(2020)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | SEE ALSO | HISTORY

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-pr-merge&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>

home | help