Visual Studio团队资源管理器 - 查看Git命令 [英] Visual Studio Team Explorer - View Git Commands

查看:220
本文介绍了Visual Studio团队资源管理器 - 查看Git命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

新版本的Visual Studio Team Explorer内置了对Git的支持。



我想知道是否有一个选项可以查看使用Git时执行的Git命令Git操作的团队资源管理器,如Commit和Push。



同样,更好的办法是可以选择查看团队资源管理器执行的其他命令,例如获取状态。



这些功能是否适用于当前的Visual Studio?

不,没有办法做到这一点。这似乎是不可能的,因为Visual Studio不运行git命令,而是使用库libgit2sharp来管理git存储库。

如果使用git GUI'GitExtensions',可以看到所有git命令都运行。

New versions of Visual Studio Team Explorer has built in support for Git.

I want to know if there is an option to view the Git commands executed while using the Team explorer for Git actions like Commit and Push.

Also would be better to have an option to view the other commands executed by Team Explorer like fetching status.

Are those features available with the current Visual Studio?

解决方案

No, there is no option to do that. And that seems quite impossible because Visual Studio don't run git commands but use the library libgit2sharp to manage the git repositories.

If you use the git GUI 'GitExtensions', there is a possibility to see all the git commands run.

这篇关于Visual Studio团队资源管理器 - 查看Git命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆