You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But these pages do not have "Create Pull Request" button.
A comparison of URL shows that only git-brws master...test compares master against hash. If hash is replaced with branch name then "Create PR" button automatically appears.
The text was updated successfully, but these errors were encountered:
ok, it looks useful since currently git-brws only returns an error when existing PR is not found. Navigating to 'new pull request' page would make PR creation easier. I'll label this as 'enhancement'.
There are 2 possibilities for 'open new pull request' page when the repository is a fork.
Open pull request within the repository
Open pull request at the upstream respository of the fork
I think 2. should have higher priority since a fork repository is usually created for making a pull request.
@rhysd thanks a lot for creating this program. It certainly made my life easier.
Request
Open pull request from command line.
origin
test
which is ahead of master by 1 commitgit-brws --pr
or a similar command should open pull request pageFor example this page
talha131/tw-scripts-demo@master...jvm-dev
It has a create pull request button.
Currently nearest command is
But these pages do not have "Create Pull Request" button.
A comparison of URL shows that only
git-brws master...test
compares master against hash. If hash is replaced with branch name then "Create PR" button automatically appears.The text was updated successfully, but these errors were encountered: