In Visual Studio Code, there is a "Show Git Output" menu item that shows the recent Git commands that have been run. For an example of what this looks like, see 3:35+ in this video.
Is there a way to do the same in Visual Studio?
The git log command shows a list of all the commits made to a repository. You can see the hash of each Git commit , the message associated with each commit, and more metadata. This command is useful for displaying the history of a repository.
Visual Studio displays the current branch in the selector at the top of the Git Changes window. The current branch is also available in the status bar on the bottom-right corner of the Visual Studio IDE.
Visual Studio and the Git command-line work great together. When you make updates and run commands through one interface, you'll see those changes reflected in the other.
This is not entirely possible (for instance, for VS2015) because:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With