2 github repositories on the same project

Hello

I am developing 2 Wordpress plugins under the same Wordpress installation.

Is it possible to connect those 2 different folders each to a different github repo?

If so, how is it done?

Thanx

0
3 comments

Does one folder contain the other, or they are completely different?
You can't in the first case: https://youtrack.jetbrains.com/issue/IDEA-64024
And you can in the second, just add the second folder as a VCS root.

1
Avatar
Permanently deleted user

Its 2 plugin folders so yes they are not under eachother in any way.

Any guide as how to do this? (besides Robertyeo's answer https://intellij-support.jetbrains.com/hc/en-us/community/posts/206354859/comments/206951095  )

I followed his answer and created another VCS root but how do I connect it to a different github repo so it does not commit to the first existing repo?

Thanx

0

Select VCS > Git > Remotes. You can specify remotes there individually

1

Please sign in to leave a comment.