public static void StartGitk(string workingDirectory) { GitProcess.ExecGitk(workingDirectory, "--all").Dispose(); }