Is auto detecting the local git repositories possible?
Hi,
I've got a buildout-based Plone project. It has a lot of folders in the src/, out of which each one is a separate git repository.
I know I can create a local git repository (and then manage branches, etc.) if I "choose VCS | Import into Version Control | Create Git Repository ." as stated here: https://www.jetbrains.com/pycharm/help/setting-up-a-local-git-repository.html.
However, doing it manually for every repository within the project can be really annoying, when there's plenty of them. Couldn't it be somehow auto-detected?
Sorry if I miss something - this is my very beginning with PyCharm.
Thank you in advance for every help.
I've got a buildout-based Plone project. It has a lot of folders in the src/, out of which each one is a separate git repository.
I know I can create a local git repository (and then manage branches, etc.) if I "choose VCS | Import into Version Control | Create Git Repository ." as stated here: https://www.jetbrains.com/pycharm/help/setting-up-a-local-git-repository.html.
However, doing it manually for every repository within the project can be really annoying, when there's plenty of them. Couldn't it be somehow auto-detected?
Sorry if I miss something - this is my very beginning with PyCharm.
Thank you in advance for every help.
Please sign in to leave a comment.