Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetbrains Compare Tool as a Standalone tool

I would like to use the diff tool that Jetbrains provides (IntelliJ, TeamCity) as a standalone tool.

Is that possible? where can I download it?

I have license for both IntelliJ and TeamCity.

like image 473
Jonathan Avatar asked Aug 28 '13 11:08

Jonathan


1 Answers

You can't use the one from TeamCity, but diff from IDEA can be used from the command line as described in the documentation.

If you are looking for the similar cross platform tool implemented in Java, try SmartSynchronize.

like image 71
CrazyCoder Avatar answered Oct 03 '22 11:10

CrazyCoder