Nested Github Projects With Nested Commit / Whole Commit to single repo.

Hi All,

I am working on a project which has 2 github repo required to develop this project. and then project structure looks like this

 

- project-folder -- Connected To Github
   --- inc
   --- git-repo1 -- Connected To Github
     --- inc
        --- git-repo2 -- Connected To Github

as of now i am able to commit each and every repo to their github repo. but i am not able to commit a project folder with all its sub github .

Eg

if i go the project url
i can see only the inc folder
not the git-repo1 folder

and if i go the git-repo1 url in can see only inc not the git-repo2
is there anyway to get this done ?
 

0

Do you have "Execute branch operations on all roots" checkbox enabled in File | Settings | Version Control | Git?

If you do and this doesn't help - please try a workaround from https://youtrack.jetbrains.com/issue/IDEA-180449

0

Hi

I did but its not working :-(

0

请先登录再写评论。