GitCommands.GitCommands.StartPageantWithKey C# (CSharp) Method

StartPageantWithKey() public static method

public static StartPageantWithKey ( string sshKeyFile ) : void
sshKeyFile string
return void
        public static void StartPageantWithKey(string sshKeyFile)
        {
            Run(Settings.Pageant, "\"" + sshKeyFile + "\"");
        }
GitCommands