GitCommands.GitCommands.Plink C# (CSharp) Method

Plink() public static method

public static Plink ( ) : bool
return bool
        public static bool Plink()
        {
            var sshString = GetSsh();

            return sshString.EndsWith("plink.exe", StringComparison.CurrentCultureIgnoreCase);
        }
GitCommands