-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple repo management not working #42
Comments
To be honest I haven't really used vcs-root directories along with gitflow. I guess I'll take this into account when implementing the support for multiple repos |
I know @ventilb started tackling this issue... FYI :) |
Hello there, I'm curious about the e.t.a. for this issue, since you've mentioned @ventilb started already. I'm using multi repo's alot and it would be great to have git flow integration for it. Kind regards, Stijn |
related to #75 ? |
Any updates on this issue? |
I am interested in this as well. Stops me from using this great plugin |
What a doozy - this took a huge refactor but is finally implemented! |
Added in 0.6.1 |
I have a setup like this:
-root-repo
--extension1-repo
--extension2-repo
The extensions are no submodules but multiple 3rd party addons.
I have enabled the vcs-root directories in phpstorm and i get another gitflow-dropdown in the status bar. The problem is, that all dropdowns only affect my root-repo and i am not able to use git-flow from phpstorm in the sub-repositories.
The text was updated successfully, but these errors were encountered: