Command line tool to send GitHub pull-request
Project description
git-pull-request is a command line tool to send GitHub pull-request from your terminal.
Installation
Use the standard Python installation method:
pip install git-pull-request
Usage
You need to write your GitHub credentials into your ~/.netrc file:
machine github.com login jd password f00b4r
Once you made a bunch of commits into a branch, just type:
git pull-request
This will:
Fork the upstream repository into your account (if needed)
Add your forked repository as a remote named “github” (if needed)
Force push your current branch to your remote
Create a pull-request for your current branch to the remote matching branch, or master by default.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file git-pull-request-0.0.2.tar.gz
.
File metadata
- Download URL: git-pull-request-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee860f88ea42950529ece9c907ef4c587a1379788042e7136cb196b4f860427 |
|
MD5 | a9b409fc7f928b8205bff3ba85b1cefd |
|
BLAKE2b-256 | f8ba002d7f98ca9ce5846c651a00b5b619d4c4a643e592329b7c128edb38f9c5 |