예제 #1
0
 public static void StartBash(string workingDirectory)
 {
     GitProcess.ExecSh(workingDirectory, "--login -i").Dispose();
 }