atom-editor

Atom: how to diff two files using split-diff


It compares my file to the latest version checked into git. How do I compare two files?


Solution

  • You need to use a package. I use split-diff which compares files in tow panes side by side. You need to open each file in a custom pane and then invoke command split-diff:toggle. See package documentation for more info.

    Or you may use compare-files package showing a diff of two files