Visual Studio Team Explorer - View Git Commands

前端 未结 3 778
清酒与你
清酒与你 2020-12-17 16:26

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

3条回答
  •  一生所求
    2020-12-17 16:56

    Edit: VisualStudio no more use libgit2sharp but use pure git commands but that changes nothing to the fact that you can't see the commands run.

    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 (but unfortunately, that is difficult to understand because the GUI run a lot of commands).

提交回复
热议问题