Answer the question
In order to leave comments, you need to log in
Git submodules, pycharm stopped seeing files in main project?
I tried to implement submodules
everything, it looked like it was not difficult.
1) Copied the necessary files to the folder of
the future module 2
)
Created a project in the folder and sent it togithub
git
git rm -r folder
submodule
commit
push
github
git submodule add https://github.com/name/module.git folder
git commit -m '123'
git push [email protected]:name/plugin.git
Answer the question
In order to leave comments, you need to log in
As far as I understand at the moment, PyCharm (jetbrains products) do not support at all git submodules
, although it is promised to be implemented in the near future.
https://youtrack.jetbrains.com/issue/IDEA-64024#co...
Try adding git root for submodule folders in Settings | Version Control
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question