C# Class DXVcs2Git.Core.Git.GitReaderWrapper

ファイルを表示 Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
GetCheckoutBranch ( ) : Branch
GetLocalBranches ( ) : IEnumerable
GetLocalRepoPath ( ) : string
GetOriginRepoPath ( ) : string
GetUpstreamRepoPath ( ) : string
GitReaderWrapper ( string repoPath ) : System

Private Methods

Method Description
GetRemoteByName ( string name ) : Remote

Method Details

GetCheckoutBranch() public method

public GetCheckoutBranch ( ) : Branch
return Branch

GetLocalBranches() public method

public GetLocalBranches ( ) : IEnumerable
return IEnumerable

GetLocalRepoPath() public method

public GetLocalRepoPath ( ) : string
return string

GetOriginRepoPath() public method

public GetOriginRepoPath ( ) : string
return string

GetUpstreamRepoPath() public method

public GetUpstreamRepoPath ( ) : string
return string

GitReaderWrapper() public method

public GitReaderWrapper ( string repoPath ) : System
repoPath string
return System