admin管理员组文章数量:1302981
I want to see the changes of git diff
as a directory/tree list in VS Code. I remember it used to be there earlier in the git section of editor, but I don't see that anymore. Anyone knows how it can be seen?
I want to see the changes of git diff
as a directory/tree list in VS Code. I remember it used to be there earlier in the git section of editor, but I don't see that anymore. Anyone knows how it can be seen?
1 Answer
Reset to default 0If you right-click on an empty spot in the changes list, you can select the option View as Tree
to list changes as a directory tree.
本文标签: gitHow to list changes in directorytree mode in VS CodeStack Overflow
版权声明:本文标题:git - How to list changes in directorytree mode in VS Code - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741672381a2391682.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
gitk --all
as well, as it superior for many tasks (e.g. manual diff alignment, show origin of this line, etc). – hlovdal Commented Feb 11 at 18:47