GitCommands.GitModule.IsDetachedHead C# (CSharp) Method

IsDetachedHead() public method

Indicates whether HEAD is not pointing to a branch.
public IsDetachedHead ( ) : bool
return bool
        public bool IsDetachedHead()
        {
            return IsDetachedHead(GetSelectedBranch());
        }

Same methods

GitModule::IsDetachedHead ( string branch ) : bool
GitModule