GitCommands.GitCommands.UnSetSsh C# (CSharp) Method

UnSetSsh() public static method

public static UnSetSsh ( ) : void
return void
        public static void UnSetSsh()
        {
            Environment.SetEnvironmentVariable("GIT_SSH", "", EnvironmentVariableTarget.Process);
        }
GitCommands