仅将修改后的文件上传到服务器?

Upload only modified files to server?

如何只上传修改过的文件到服务器?我试图手动上传它。但是就是不舒服。

我尝试使用 git

这是 PhpStorm 默认执行的操作。

请将"Settings | Build, Execution, Deployment | Deployment | Options | Upload changed files automatically to the default server"设为"On explicit save action"。

下次您按Ctrl+S时,只会上传更改的文件。