microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

[FR] Add support for selecting a specific repository inside Intellij project #582

Open mathisgauthey opened 4 weeks ago

mathisgauthey commented 4 weeks ago

Hey there. Here is my repository structure :

image

I can't select a specific repository to do pull requests to.

I have a base repository that is my dev env, and inside there is my modules inside addons/ and Odoo source code. I can't select the specific repository for tasks and pull requests, hope there'll be a way someday.

Current workaround is removing other git repositories from directory mapping, do my PR, and then activate them back. It would be great if the pull request plugin take the current branch from here or there : image