Create project on remote server and use Git from remote server

Hello,

As the title suggests, I'm interesting in finding out how I can create a PHPStorm project on a remote server and handle the version controlling using the git from that remote server.

I already have files and a git repo on the remote server and I want to use the "create a project from existing files" feature, but I would prefer to work completely remotely rather than having a local copy. By default this option creates a local copy of my remote server and all git interactions are for the local copy of the project. If it would be easier, I'm willing to work with a local copy of the project, but I would like PHPStorm's VCS to be for the remote server.

I'm fairly new to PHPStorm, but have experience working with JetBrains' other IDEs (like InteliJ and PyCharm).

Thank you in advance for your help!

1

请先登录再写评论。