0

I am building a tool that will iterate though files to find function names. The problem being is that the location of the tool and the files are not tied together so a git command needs to be run to download all repositories and update them to HEAD. How do you setup and then run GIT commands with C# windows forms. Give me as much detail as possible as this is all new territory for me.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52

1 Answers1

1

Here is another question on using the command line from within c#. The answer should be what you are looking for.
how-to-execute-command-line-in-c-get-std-out-results

Community
  • 1
  • 1
Andy
  • 44,610
  • 13
  • 70
  • 69