C# 클래스 Gitty.CommandLine.GitLib

상속: IGit
파일 보기 프로젝트 열기: kthompson/gitty_old

공개 메소드들

메소드 설명
Add ( ) : bool
AddInteractive ( ) : void
Am ( ) : void
Annotate ( ) : void
Apply ( ) : void
Archive ( ) : void
Bisect ( ) : void
Blame ( ) : void
Branch ( ) : void
Checkout ( ) : void
CherryPick ( ) : void
Citool ( ) : void
Clean ( ) : void
Clone ( string repospec, string name ) : IGit
Commit ( string message ) : void
Diff ( ) : void
DiffFiles ( ) : IDiffFilesFile>.IDictionary
DiffIndex ( string treeish ) : IDiffIndexFile>.IDictionary
Fetch ( ) : void
FormatPatch ( ) : void
Gc ( ) : void
GetContext ( ) : GitContext
GitLib ( ) : System
Grep ( ) : void
Gui ( ) : void
Init ( ) : IGit
Log ( ) : void
LsFiles ( ) : ILsFilesFile>.IDictionary
Merge ( ) : void
Mv ( ) : void
Pull ( ) : void
Push ( ) : void
Rebase ( ) : void
RebaseInteractive ( ) : void
Reset ( ) : void
Revert ( ) : void
Rm ( ) : void
Shortlog ( ) : void
Show ( ) : void
Stash ( ) : void
Status ( ) : IStatus
Submodule ( ) : void
Tag ( ) : void

비공개 메소드들

메소드 설명
Command ( string command ) : string
CommandLines ( string command ) : string[]
GetGitPath ( ) : string
MergeOptions ( string options, string options2 ) : string[]

메소드 상세

Add() 공개 메소드

public Add ( ) : bool
리턴 bool

AddInteractive() 공개 메소드

public AddInteractive ( ) : void
리턴 void

Am() 공개 메소드

public Am ( ) : void
리턴 void

Annotate() 공개 메소드

public Annotate ( ) : void
리턴 void

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

Archive() 공개 메소드

public Archive ( ) : void
리턴 void

Bisect() 공개 메소드

public Bisect ( ) : void
리턴 void

Blame() 공개 메소드

public Blame ( ) : void
리턴 void

Branch() 공개 메소드

public Branch ( ) : void
리턴 void

Checkout() 공개 메소드

public Checkout ( ) : void
리턴 void

CherryPick() 공개 메소드

public CherryPick ( ) : void
리턴 void

Citool() 공개 메소드

public Citool ( ) : void
리턴 void

Clean() 공개 메소드

public Clean ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( string repospec, string name ) : IGit
repospec string
name string
리턴 IGit

Commit() 공개 메소드

public Commit ( string message ) : void
message string
리턴 void

Diff() 공개 메소드

public Diff ( ) : void
리턴 void

DiffFiles() 공개 메소드

public DiffFiles ( ) : IDiffFilesFile>.IDictionary
리턴 IDiffFilesFile>.IDictionary

DiffIndex() 공개 메소드

public DiffIndex ( string treeish ) : IDiffIndexFile>.IDictionary
treeish string
리턴 IDiffIndexFile>.IDictionary

Fetch() 공개 메소드

public Fetch ( ) : void
리턴 void

FormatPatch() 공개 메소드

public FormatPatch ( ) : void
리턴 void

Gc() 공개 메소드

public Gc ( ) : void
리턴 void

GetContext() 공개 메소드

public GetContext ( ) : GitContext
리턴 GitContext

GitLib() 공개 메소드

public GitLib ( ) : System
리턴 System

Grep() 공개 메소드

public Grep ( ) : void
리턴 void

Gui() 공개 메소드

public Gui ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : IGit
리턴 IGit

Log() 공개 메소드

public Log ( ) : void
리턴 void

LsFiles() 공개 메소드

public LsFiles ( ) : ILsFilesFile>.IDictionary
리턴 ILsFilesFile>.IDictionary

Merge() 공개 메소드

public Merge ( ) : void
리턴 void

Mv() 공개 메소드

public Mv ( ) : void
리턴 void

Pull() 공개 메소드

public Pull ( ) : void
리턴 void

Push() 공개 메소드

public Push ( ) : void
리턴 void

Rebase() 공개 메소드

public Rebase ( ) : void
리턴 void

RebaseInteractive() 공개 메소드

public RebaseInteractive ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Revert() 공개 메소드

public Revert ( ) : void
리턴 void

Rm() 공개 메소드

public Rm ( ) : void
리턴 void

Shortlog() 공개 메소드

public Shortlog ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Stash() 공개 메소드

public Stash ( ) : void
리턴 void

Status() 공개 메소드

public Status ( ) : IStatus
리턴 IStatus

Submodule() 공개 메소드

public Submodule ( ) : void
리턴 void

Tag() 공개 메소드

public Tag ( ) : void
리턴 void