Home > Enterprise >  Clone a GitHub repository using WebStorm
Clone a GitHub repository using WebStorm

Time:09-27

I want to clone a repository with WebStorm. Is this possible and how to do this?

CodePudding user response:

You just need to connect your github account with the Webstorm and then use

Get from VCS

Then paste the git URL which you want to clone

  • Related