GitCommands.GitModule.GetEffectivePathSetting C# (CSharp) Method

GetEffectivePathSetting() public method

public GetEffectivePathSetting ( string setting ) : string
setting string
return string
        public string GetEffectivePathSetting(string setting)
        {
            return GetEffectiveSetting(setting);
        }
GitModule