Example #1
0
 protected static void RunGitEx(string command, string filename)
 {
     GitCommands.RunGitEx(command, filename);
 }
Example #2
0
 protected static void RunGitEx(string command, string filename, string[] arguments = null)
 {
     GitCommands.RunGitEx(command, filename, arguments);
 }
Example #3
0
 public void RunGitEx(string command, string filename)
 {
     GitCommands.RunGitEx(command, filename);
 }