hotoo / gitopen

:twisted_rightwards_arrows: Open git/hg/svn remote url via web browser from terminal.
https://hotoo.github.io/blog/post/gitopen
42 stars 6 forks source link

Open exists PR/MR by branch name. #31

Closed hotoo closed 9 years ago

hotoo commented 9 years ago

When a branch is already created PR/MR, the new commit will automatically push into the PR/MR.

So I want open the exists PR/MR again.

But GitHub hasn't a API for find PR/MR id by branch name, and the worse is GitLab API is using project id and repo id, not project name and repo name...