Forrest logo
back to context overview

gh-pr-merge

List of commands for gh-pr-merge:

  • gh-pr-merge:tldr:12597 gh-pr-merge: Merge the current pull request with the specified merge strategy.
    $ gh pr merge --${select}
    try on your machine
    explain this command
  • gh-pr-merge:tldr:198fe gh-pr-merge: Merge the pull request associated with the current branch interactively.
    $ gh pr merge
    try on your machine
    explain this command
  • gh-pr-merge:tldr:23b7c gh-pr-merge: Merge the pull request, removing the branch on both the local and the remote.
    $ gh pr merge --delete-branch
    try on your machine
    explain this command
  • gh-pr-merge:tldr:4555b gh-pr-merge: Display help.
    $ gh pr merge --help
    try on your machine
    explain this command
  • gh-pr-merge:tldr:66adb gh-pr-merge: Squash the current pull request into one commit with the message body and merge.
    $ gh pr merge --squash --body="${commit_message_body}"
    try on your machine
    explain this command
  • gh-pr-merge:tldr:f7d98 gh-pr-merge: Merge the current pull request with the specified merge strategy and commit message.
    $ gh pr merge --${select} --subject ${commit_message}
    try on your machine
    explain this command
back to context overview