Metadata-Version: 2.1
Name: gitpr
Version: 0.2.1
Summary: Github PR Utility
Home-page: https://github.com/romulomourao/gitpr
Author: Romulo Mourão
Author-email: romulo.dam@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown

# Gitpr

- This package open the github's comparison page between current branch and the target branch.

## Installation

`pip install gitpr`

## Usage

`gitpr` *`<target_branch>`*

E.g.:
 > `gitpr master` - This will open the Github page with a comparison between master and your current branch .

![gif](gitpr.gif)


