protected static void RunGitEx(string command, string filename) { GitCommands.RunGitEx(command, filename); }
protected static void RunGitEx(string command, string filename, string[] arguments = null) { GitCommands.RunGitEx(command, filename, arguments); }
public void RunGitEx(string command, string filename) { GitCommands.RunGitEx(command, filename); }