git and new project

Hi, I am using phpstorm in version 2017.2. I have a git repository locally on my machine, on a git server and on the webserver. How can I make it from now a project and if necessary synonymous automatically sync?
greeting
Micha

0
3 comments
Avatar
Permanently deleted user

Hello,

Did you check the corresponding help page: https://www.jetbrains.com/help/phpstorm/version-control-with-phpstorm.html ?

If you have any errors or any issues then please describe the situation in more details.

0

Fine, now its working with my local git repo, but waht must I do to add the remote host on the right side ? In another project I have on the left side my local and on the rights side my remote files, but i have not fount the settings for this :-(

0

There's no "right side", but you can put the files to your web server with a deployment configuration:

https://confluence.jetbrains.com/display/PhpStorm/Deploying+PHP+applications+with+PhpStorm

0

Please sign in to leave a comment.