3

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.

Vadim Kotov
  • 7,103
  • 8
  • 44
  • 57
Red
  • 552
  • 2
  • 7
  • 16
  • possible duplicate of [How do I view 'git diff' output with a visual diff program?](http://stackoverflow.com/questions/255202/how-do-i-view-git-diff-output-with-a-visual-diff-program) – Robert Sep 15 '15 at 15:08
  • @Robert sorry, my question was not so clear, I just edited it – Red Sep 15 '15 at 15:11

1 Answers1

9

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.

mstrap
  • 15,236
  • 6
  • 50
  • 77