yysun / git-tools

This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
http://yysun.github.com/git-tools
MIT License
78 stars 27 forks source link

New Compare Feature #20

Closed bernd5 closed 7 years ago

bernd5 commented 7 years ago

Hi,

I created a new compare feature which just useses your gitApi and calls git difftool which is configured in gitconfig (It can be e.g. TortoiseMerge...). But sometimes it's better to have the VS Diff tool (IntelliSense). So we have now to compare options...

In addition I updated the nuget file... See issue: https://github.com/yysun/git-tools/issues/19

yysun commented 7 years ago

@bernd5, thanks a lot!