pullyou

A tool for opening the PR associated with a given commit


Keywords
git, github
License
BSD-3-Clause
Install
pip install pullyou==1.0.2

Documentation

PullYou is a tool for opening the PR associated with a given git hash.

Install

pip3 install pullyou

Usage

$ pullyou 2aaf764552e012ac33cd7b2d6

$ pullyou 2aaf76455 --repo transcom/mymove

Releasing

$ python setup.py sdist bdist_wheel
$ twine upload dist/* [-r testpypi]
$ rm -rf dist/*
* tag the release
* bump the version number