PhpStorm 2020.1 Help

Compare files from the command line

Open the diff viewer to compare two files from the command line. For example, you can compare the current version of a file with its backup, or your local copy of a file with its copy from the remote repository or its copy from another branch.

You can find the script for running PhpStorm in the installation directory under bin. To use this script as the command-line launcher, add it to your system PATH as described in Command-line interface.

Syntax
phpstorm.bat diff <path1> <path2>
Example
phpstorm.bat diff C:\MyProject\Readme.md C:\MyProject\Readme.md.bak

By default, PhpStorm does not provide a command-line launcher. For information about creating a launcher script for PhpStorm, see Command-line interface.

Syntax
phpstorm diff <path1> <path2>
Example
phpstorm diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak

You can find the script for running PhpStorm in the installation directory under bin. To use this script as the command-line launcher, add it to your system PATH as described in Command-line interface.

Syntax
phpstorm.sh diff <path1> <path2>
Example
phpstorm.sh diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak
Last modified: 08 May 2020