Can open Pull Request(PR) creation form easily after pusing your branch.
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
Please check your $PATH before setup.
git clone https://github.com/kappyhappy/open-pull-request-URL.git
cp open-pull-request-URL/pr $PATH
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