https://github.com/jerrygreen/git-pr
a helper script for git and github to create new or open existing PR for your branch
https://github.com/jerrygreen/git-pr
git git-pr
Last synced: about 1 month ago
JSON representation
a helper script for git and github to create new or open existing PR for your branch
- Host: GitHub
- URL: https://github.com/jerrygreen/git-pr
- Owner: jerrygreen
- License: mit
- Created: 2019-05-29T12:52:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T15:58:36.000Z (about 7 years ago)
- Last Synced: 2025-08-31T04:21:59.574Z (10 months ago)
- Topics: git, git-pr
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# git-pr
`git-pr` - a cli command that creates new / open existing PR on github
## Installation
> It uses [basher](https://github.com/basherpm/basher), a bash function manager
```bash
basher install jerrygreen/git-pr
```
## Usage
### `git-pr foo`
It will create a new branch "foo" and will open a github link suggesting to create a PR
### `git-pr`
It will open existing PR for current branch (no sense to call it from master)
## Contributing
If you want to contribute, look [`CONTRIBUTING.md`](/CONTRIBUTING.md)