git-intro
git-intro copied to clipboard
Equivalent of `git show` exists in VS Code
Here, it says:
Inspecting individual commits [link]
We don’t know of a built-in way to see every single Git commit in order (extensions allow this). You can open the terminal and run the command line option.
But, if you open single files, a “Timeline” view under the explorer shows changes to that file. You can click on a change to see the details.
This feature now exists without an extension.
Related: #494
Thanks!