예제 #1
0
 public static void StartGitk(string workingDirectory)
 {
     GitProcess.ExecGitk(workingDirectory, "--all").Dispose();
 }