C# 클래스 SourceControl.Git.git_scm

Just keeping in update remote branch, other braches ignored, things to be remote branch always newer and local changes not relevant
상속: SCM
파일 보기 프로젝트 열기: skipme/TaskMQ

공개 메소드들

메소드 설명
Clone ( ) : bool
Fetch ( ) : bool
UpdateStatus ( ) : void
git_scm ( string localRepositoryPath, string cloneUri ) : System

비공개 메소드들

메소드 설명
CheckLocalCopy ( ) : bool
CheckoutRemoteBranch ( Repository rep ) : Branch
GetRemoteBranch ( Repository rep ) : Branch
GetRemoteBranchName ( Repository rep ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : bool
리턴 bool

Fetch() 공개 메소드

public Fetch ( ) : bool
리턴 bool

UpdateStatus() 공개 메소드

public UpdateStatus ( ) : void
리턴 void

git_scm() 공개 메소드

public git_scm ( string localRepositoryPath, string cloneUri ) : System
localRepositoryPath string
cloneUri string
리턴 System