C# Class GitSharp.Core.RepositoryState

Exibir arquivo Open project: stschake/GitSharp

Public Properties

Property Type Description
Apply RepositoryState
Bisecting RepositoryState
Merging RepositoryState
Rebasing RepositoryState
RebasingInteractive RepositoryState
RebasingMerge RepositoryState
RebasingRebasing RepositoryState
Safe RepositoryState

Private Methods

Method Description
RepositoryState ( bool checkout, bool resetHead, bool commit, string description ) : System

Property Details

Apply public_oe static_oe property

public static RepositoryState,GitSharp.Core Apply
return RepositoryState

Bisecting public_oe static_oe property

public static RepositoryState,GitSharp.Core Bisecting
return RepositoryState

Merging public_oe static_oe property

public static RepositoryState,GitSharp.Core Merging
return RepositoryState

Rebasing public_oe static_oe property

public static RepositoryState,GitSharp.Core Rebasing
return RepositoryState

RebasingInteractive public_oe static_oe property

public static RepositoryState,GitSharp.Core RebasingInteractive
return RepositoryState

RebasingMerge public_oe static_oe property

public static RepositoryState,GitSharp.Core RebasingMerge
return RepositoryState

RebasingRebasing public_oe static_oe property

public static RepositoryState,GitSharp.Core RebasingRebasing
return RepositoryState

Safe public_oe static_oe property

public static RepositoryState,GitSharp.Core Safe
return RepositoryState