C# Class GitSharp.Core.RepositoryState

Show file 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 static property

public static RepositoryState,GitSharp.Core Apply
return RepositoryState

Bisecting public static property

public static RepositoryState,GitSharp.Core Bisecting
return RepositoryState

Merging public static property

public static RepositoryState,GitSharp.Core Merging
return RepositoryState

Rebasing public static property

public static RepositoryState,GitSharp.Core Rebasing
return RepositoryState

RebasingInteractive public static property

public static RepositoryState,GitSharp.Core RebasingInteractive
return RepositoryState

RebasingMerge public static property

public static RepositoryState,GitSharp.Core RebasingMerge
return RepositoryState

RebasingRebasing public static property

public static RepositoryState,GitSharp.Core RebasingRebasing
return RepositoryState

Safe public static property

public static RepositoryState,GitSharp.Core Safe
return RepositoryState