Command-line tool
Launch comparisons and merges from Terminal with the juxta command.
Install the juxta command
Choose the instructions for your version of JuxtaCode.
Direct version
In JuxtaCode, choose JuxtaCode → Command Line Tool…, then select Install….
App Store version
Download the juxta installer and run the package.
Example usage
Open the current repository:
juxta
Resolve a conflicted file:
juxta merge conflicted-file.txt
Compare two branches:
juxta diff main dev
Run juxta help to see every available command.