Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using SmartGit diff tool as external git diff

I want to set my external giff diff tool to the SmartGit so then, typing git diff in a shell, SmartGit diff windows shows up. Is it possible?

I know how to set up an external diff tool. My question is if there is an executable of SmartGit for showing only diff or if there is another way to do it.

like image 979
Red Avatar asked Jan 08 '23 13:01

Red


1 Answers

SmartGit does not provide a diff command line interface, but you can use SmartSynchronize which is more or less the same diff tool which SmartGit uses internally.

like image 50
mstrap Avatar answered Jan 11 '23 10:01

mstrap