How can I see 'git diff' on the Visual Studio Code side-by-side file?

asked7 years ago
last updated6 years ago
viewed190.2k times
Up Vote176Down Vote

I would like to know how to see as a file with the command git diff master origin/master in the terminal on Visual Studio Code.

I did a git fetch from my remote repository, and now I want to see the diff, but with the command just show me in the terminal.

Example of what I want: