GitCommands.GitModule.GetTreeFromRemoteRefs C# (CSharp) Method

GetTreeFromRemoteRefs() private method

private GetTreeFromRemoteRefs ( string remote, bool tags, bool branches ) : CmdResult
remote string
tags bool
branches bool
return CmdResult
        private CmdResult GetTreeFromRemoteRefs(string remote, bool tags, bool branches)
        {
            return GetTreeFromRemoteRefsEx(remote, tags, branches);
        }
GitModule