Compare files from the command line
Open the diff viewer to compare two or three 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.
By default, AppCode does not provide a command-line launcher. For information about creating a launcher script for AppCode, see Command-line interface.
- Syntax
- appcode diff <path1> <path2> [<path3>]
- Example
- appcode diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak
Last modified: 09 September 2021