How can I force PHPstorm to check changes on deployed files automatically?
Hey guys.
I'm working on a project that deployed on sharing host.
Sometimes me and another guy work on a single file for example "index.php". I know I should "sync" my file via deployed version but I'm curious is there any option that PHPstorm check it automatically before I deploy on server and warn me for example "Your file has been changed on server, Please sync before upload on server ".
I need something like that and unfortunately it ruined many of our files because some times my friends overwrite his files and my changes has been gone and I had to upload them again and compare and ....
Thanks in advance
请先登录再写评论。
Hi there,
Please try with the following option:
https://www.jetbrains.com/help/phpstorm/2019.2/settings-deployment-options.html
Thank you so much ♥
You helped me a lot dear friend.
Thanks a billion