caponetto / vscode-diff-viewer

A simple VS Code extension to easily visualize git diff files.
https://marketplace.visualstudio.com/items?itemName=caponetto.vscode-diff-viewer&ssr=false#overview
MIT License
42 stars 5 forks source link

How to use this extension ? #89

Closed JacquesSyn closed 1 year ago

JacquesSyn commented 1 year ago

There is no tutorial, how to use it ?

JacquesSyn commented 1 year ago

We use git diff <branch 1>..<branch 2> > changes.diff and then open the .diff file ?

I believe this would be a valuable addition to the overview, otherwise people not used to git diff will be lost