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

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

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.