https://github.com/zircote/git-pr
A git tool to open github pull request page from the cli in the given git repo
https://github.com/zircote/git-pr
Last synced: 12 months ago
JSON representation
A git tool to open github pull request page from the cli in the given git repo
- Host: GitHub
- URL: https://github.com/zircote/git-pr
- Owner: zircote
- License: apache-2.0
- Created: 2015-04-08T20:08:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T20:15:42.000Z (about 11 years ago)
- Last Synced: 2024-12-25T17:43:10.596Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
git-pr
======
Allows the user to open the projects pull request page by running: `git pr` in the projects root.
## Install
git clone https://github.com/zircote/git-pr.git
python setup.py install
## Use
cd
git pr # It assumes you have a fork of the project.