C# 클래스 DXVcs2Git.GitWrapper

상속: IDisposable
파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

공개 메소드들

메소드 설명
CheckOut ( string branch ) : void
Commit ( string comment, User user, System.DateTime timeStamp, bool allowEmpty = true ) : void
Dispose ( ) : void
Fetch ( string remote = "", bool updateTags = false ) : void
FindCommit ( bool>.Func pred ) : GitCommit
GitInit ( string branch ) : void
GitWrapper ( string localPath, string remotePath, string branch, GitCredentials credentials ) : System
LFSPull ( ) : void
Merge ( string upstream, string targetBranch, string sourceBranch ) : void
Pull ( ) : void
PushEverything ( ) : void
Reset ( ) : void
Stage ( string path ) : void

비공개 메소드들

메소드 설명
GetOriginName ( string name ) : string
GitClone ( string branch ) : void

메소드 상세

CheckOut() 공개 메소드

public CheckOut ( string branch ) : void
branch string
리턴 void

Commit() 공개 메소드

public Commit ( string comment, User user, System.DateTime timeStamp, bool allowEmpty = true ) : void
comment string
user DXVcs2Git.Core.User
timeStamp System.DateTime
allowEmpty bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Fetch() 공개 메소드

public Fetch ( string remote = "", bool updateTags = false ) : void
remote string
updateTags bool
리턴 void

FindCommit() 공개 메소드

public FindCommit ( bool>.Func pred ) : GitCommit
pred bool>.Func
리턴 GitCommit

GitInit() 공개 메소드

public GitInit ( string branch ) : void
branch string
리턴 void

GitWrapper() 공개 메소드

public GitWrapper ( string localPath, string remotePath, string branch, GitCredentials credentials ) : System
localPath string
remotePath string
branch string
credentials GitCredentials
리턴 System

LFSPull() 공개 메소드

public LFSPull ( ) : void
리턴 void

Merge() 공개 메소드

public Merge ( string upstream, string targetBranch, string sourceBranch ) : void
upstream string
targetBranch string
sourceBranch string
리턴 void

Pull() 공개 메소드

public Pull ( ) : void
리턴 void

PushEverything() 공개 메소드

public PushEverything ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Stage() 공개 메소드

public Stage ( string path ) : void
path string
리턴 void