Run git commands from a C# function

前端 未结 6 695
面向向阳花
面向向阳花 2020-12-14 08:02

How can my C# code run git commands when it detects changes in tracked file? I am writing a VisualStudio/C# console project for this purpose.

I am new to the the .N

6条回答
  •  温柔的废话
    2020-12-14 09:01

    The Package Manager Console is Powershell console. So you can run your git commands from there.

提交回复
热议问题