An open API service indexing awesome lists of open source software.

https://github.com/aitorvs/gh-merge-pr

GitHub CLI extension to squash and merge PRs and replace the PR commit message with the PR description
https://github.com/aitorvs/gh-merge-pr

gh-extension git github

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

          

## `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

```bash
$ 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 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:
```bash
$ gh extension install aitorvs/gh-merge-pr
```

## License

This code is licensed under [The MIT License](./LICENSE).