I have installed and updated VS Code to the latest version, and installed Git as well. I am trying to do my first check-in ever.
However, I only see the "changes" list as shown below:
I do not see the "File History", "Branches", "Remotes" as shown in this picture. How do I fix this?
>Solution :
That looks like the GitLens - Git supercharged extension. See GitLens.
It has those views -they aren’t built into the native Git vscode extension, you might have to open up the Main Menu/View/Open View to see them all, like Branches, File History, etc..

