phpstormphpstorm-2017.1

Upload only modified files to server?


How to upload only modified files to server? I tried to upload it manually. But it is not comfortable.

I tried to use git


Solution

  • That's what PhpStorm does by default.

    Please set "Settings | Build, Execution, Deployment | Deployment | Options | Upload changed files automatically to the default server" to "On explicit save action".

    Next time you press Ctrl+S, only changed files will be uploaded.