Answer the question
In order to leave comments, you need to log in
How to create separate repositories for separate folders in PhpStorm project and publish them on GitHub?
Hey!
Initially, I do this - I
manually create a repository on Github, clone it on a PC to the folder of all projects, then in PhpStorm I create a project in the repository folder. And then I make changes and push only from PhpStorm.
I saw a function in VS Code - right-click on the folder and "Create repository", and you're done.
Whether interests there is a similar possibility in PhpStorm? Without leaving the editor to manage repositories on GitHub ?
ps It is the creation of different repositories for different folders in one PhpStorm project, and not the entire project at once?
Answer the question
In order to leave comments, you need to log in
Just right-clicking will not work, but you can:
VCS - Import into Version Control - Create Git Repository
and select the desired folder there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question