GitCommands.GitCommands.GetHeads C# (CSharp) Method

GetHeads() public static method

public static GetHeads ( ) : List
return List
        public static List<GitHead> GetHeads()
        {
            return GetHeads(true);
        }

Same methods

GitCommands::GetHeads ( bool tags ) : List
GitCommands::GetHeads ( bool tags, bool branches ) : List
GitCommands::GetHeads ( string tree ) : List
GitCommands