Skip to content

greneholt/git-pull-request

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Git Pull Request

Git command to automate many common tasks involving pull requests.

Install

  1. First clone this repository to a directory of your choice.

    $ git clone git://github.com/greneholt/git-pull-request.git
    
  2. Then edit your bash profile and add the following line:

    alias gitpr="source YOUR_DIRECTORY/git-pull-request/git-pull-request.sh"
    
  3. Go to https://github.com/account/admin to find your API token. Then edit your .gitconfig file and add the following:

    [github]
    	user = your github username
    	token = your github API token
    
  4. Change into a local git repository and try it out! To see a list of all open pull requests on your repository, run:

    gitpr
    

    To see a list of all possible commands, run:

    gitpr help
    

About

Git command to automate many common tasks involving pull requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%