WebStorm 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.

Syntax
webstorm.bat diff <path1> <path2>
Example
webstorm.bat diff C:\MyProject\Readme.md C:\MyProject\Readme.md.bak
Syntax
webstorm diff <path1> <path2>
Example
webstorm diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak
Syntax
webstorm.sh diff <path1> <path2>
Example
webstorm.sh diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak
Last modified: 8 April 2020