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