Skip to content

kappyhappy/open-pull-request-URL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

open-pull-request-URL

Can open Pull Request(PR) creation form easily after pusing your branch.

How To Use

You can open PR creation form after git push

git checkout -b test-branch
echo "Hello" > test.txt
git add test.txt
git commit -m "test"
git push origin HEAD
pr

How To Setup

copy binary file to $PATH

Please check your $PATH before setup.

git clone https://github.com/kappyhappy/open-pull-request-URL.git

cp open-pull-request-URL/pr $PATH

build and create binary file

This CLI is created with golang. Please check your $GOPATH and $PATH before setup.

cd $GOPATH

git clone https://github.com/kappyhappy/open-pull-request-URL.git

cd open-pull-request-URL

rm pr

go build .

cp pr $PATH

About

open Github Pull Request URL after pushing feature branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages