Skip to content

cladmi/git-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

git-pr

Script to help using github pull requests from the command line.

Design

Pull requests are cloned to pr/upstream/pr_number/readable_pr_description local branches. There is no mechanism for security.

Usage

# Get help
git pr -h

# List local pull requests branches
git pr

# Create and switch to pull request <pr_number>
git pr <githubremote> <pr_number>

Install

Copy the script to your path and make it executable. It will then be available both by git-pr but also git pr.

About

Helper script to handle github pull requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages