GitCommands.GitCommands.SetEnvironmentVariable C# (CSharp) Method

SetEnvironmentVariable() public static method

public static SetEnvironmentVariable ( ) : void
return void
        public static void SetEnvironmentVariable()
        {
            SetEnvironmentVariable(false);
        }

Same methods

GitCommands::SetEnvironmentVariable ( bool reload ) : void
GitCommands