C# 클래스 DXVcs2Git.Core.Git.GitReaderWrapper

파일 보기 프로젝트 열기: Xarlot/DXVcs2Git 1 사용 예제들

공개 메소드들

메소드 설명
GetCheckoutBranch ( ) : Branch
GetLocalBranches ( ) : IEnumerable
GetLocalRepoPath ( ) : string
GetOriginRepoPath ( ) : string
GetUpstreamRepoPath ( ) : string
GitReaderWrapper ( string repoPath ) : System

비공개 메소드들

메소드 설명
GetRemoteByName ( string name ) : Remote

메소드 상세

GetCheckoutBranch() 공개 메소드

public GetCheckoutBranch ( ) : Branch
리턴 Branch

GetLocalBranches() 공개 메소드

public GetLocalBranches ( ) : IEnumerable
리턴 IEnumerable

GetLocalRepoPath() 공개 메소드

public GetLocalRepoPath ( ) : string
리턴 string

GetOriginRepoPath() 공개 메소드

public GetOriginRepoPath ( ) : string
리턴 string

GetUpstreamRepoPath() 공개 메소드

public GetUpstreamRepoPath ( ) : string
리턴 string

GitReaderWrapper() 공개 메소드

public GitReaderWrapper ( string repoPath ) : System
repoPath string
리턴 System