简体   繁体   中英

Git log history in Visual Studio 2019

I am not quite used with the Visual Studio and GIT. Is there an extension I can use for nicely previewing the Git repo history (seeing the merges and so on). The normal "View History" does not show the merges and branches in a tree format. Some like this: git history I know there is Git History for Visual Studio Code. Is there any good option for Visual Studio 2019? Thanks!

Here is what you should see when displaying the history in Visual Studio: 在此处输入图像描述

If only one branch is shown without the merge, that's because one of the button in the toolbar to show all the branches have not been clicked.

The history could be displayed from the status bar of VisualStudio with the "View History" menu item: 状态栏的分支菜单

And you could also use an external tool like GitExtensions or Fork to display the git history.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM