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