How to manually add VCS root
已回答
When I create a blank project and then pull sources from git repository, PhpStorm recognizes git repo and offers me to add this VCS root.
My question is: how to manually do it?
Thanks.
请先登录再写评论。
I figured it out. Thanks.
Dear Dayirbek,
Glad you figured it out...
But what are the steps to manually add a existing git repo as VCS root? (when IDEA doesn't suggest it by itself)
Best regards,
DH
Check these help pages:
Just go Settings
Search for Version Control
And you'll see the list of git repos. Add untracked repos by selecting it and clicking on + button. See below:
Hope it helps.
Thank you very much Dayirbek, that's exactly the functionality I was looking for.
(I was expecting it to be located near modules, oh well, live and learn)