Skip to content

GitHub CLI extension to squash and merge PRs and replace the PR commit message with the PR description

Notifications You must be signed in to change notification settings

aitorvs/gh-merge-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gh merge-pr

gh merge-pr is a GitHub CLI extension to squash and merge PRs but replacing the merge commit with the PR description.

Usage

$ gh merge-pr --help

  usage:
    gh merge-pr [COMMANDS]

  commands:
    gh merge-pr               Squash and merges the PR associated to the current branch
    gh merge-pr <pr_number>   Squash and merges the given PR number

  [options]
    -h, --help                Display the help information

Installation

Make sure you have gh and git installed.

Then run:

$ gh extension install aitorvs/gh-merge-pr

License

This code is licensed under The MIT License.

About

GitHub CLI extension to squash and merge PRs and replace the PR commit message with the PR description

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages