git – How do I open a specific commit in Visual Studio

In TFSVC, I was able to open a changeset and view the differences in files by using the following command, for example: TF changeset 111111.

I would like to achieve the same functionality with Git. It doesn’t necessarily have to be within the Visual Studio IDE; I would be satisfied if I could do this in tools like VS Code or Fork as well. Currently, I’m using git diff for this purpose, but I find it slower to manually navigate through files in the command line compared to using an IDE.

Below is the functionality in visual studio

enter image description here

Read more here: Source link