Reputation: 407
We have ability to create pull requests to GitHub from Git Bash with command hub pull-request
. Can I create pull request from Git Bash into Azure DevOps?
Upvotes: 8
Views: 9433
Reputation: 2092
I've created one PowerShell script to streamline the process. You can check out the details here
Basically what you need to do is:
Upvotes: 2
Reputation: 76670
Can I create pull request from Git Bash into Azure DevOps?
I think the answer is yes. We could expand the Git aliases with VSTS CLI commands to achieve it.
There is VSTS CLI interface that we could configure to use git aliases including creating pull requests. Also, we could expand the Git aliases with VSTS CLI commands to create pull requests.
For the details, you can check this document:
Visual Studio and Azure DevOps Git: Extend the git command line with server commands–Part 2
Hope this helps.
Upvotes: 6