visual studio code built-in story for reviewing git commit history and doing diffs of its contents

560 Views Asked by At

In this SO question details are provided on use of out of box vscode "Timeline view" experience is covered as a way to look at commit history and diffs from a file scope perspective.

Does out of box vscode support exist for gui review of a commit history, i.e. git log, and then diff'ng the contents of it, i.e. git show <commit id>, from a commit scope not Timeline file by file scope or extension marketplace offering such as GitLens, Git History or Git Graph?

0

There are 0 best solutions below