Command Line Tool
You can use the juxta
command line tool to compare changesets and resolve conflicts from the Terminal. It can also be used to integrate JuxtaCode with Git and other tools.
🛠️ Installing juxta
How you install juxta
depends on the version of JuxtaCode you have…
Select menu item JuxtaCode → Command Line Tool… and click Install…
📦 Download and run the juxta
installer.
Example Usage
To open the current repository:
> juxta
To resolve a conflicted file:
> juxta merge conflicted-file.txt
To compare 2 branches:
> juxta diff main dev
Try juxta help
for more information.