What is the simplest way to perform a git pull request via CLI. I am tired of going to Bitbucket the whole time to create a pull request manually. Which is quite simple indeed:
- Pull requests tab
- Create pull request
- Select source and destiny branches (edit comments, reviewers, etc)
- Confirm
Pretty simple. How can I achieve this behavior through cli?
Let's say, in my teams' repository, I want to perform a PR from develop
to master
branch.
I have been checking documentation and it doesn't seem so obvious. It asks me to choose a starting commit and, in the previous steps I described, I don't even get the chance to choose which commit should the PR start from.