C# 클래스 GitIStage.Application

파일 보기 프로젝트 열기: terrajobst/git-istage 1 사용 예제들

공개 메소드들

메소드 설명
Application ( string repositoryPath, string pathToGit ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
ApplyPatch ( PatchDirection direction, bool entireHunk ) : void
Commit ( ) : void
CommitAmend ( ) : void
DecreaseContext ( ) : void
Exit ( ) : void
GoEnd ( ) : void
GoHome ( ) : void
GoNextFile ( ) : void
GoNextHunk ( ) : void
GoPreviousFile ( ) : void
GoPreviousHunk ( ) : void
IncreaseContext ( ) : void
InitializeScreen ( ) : void
Reset ( ) : void
ResetHunk ( ) : void
RunGit ( string command ) : void
ScrollDown ( ) : void
ScrollLeft ( ) : void
ScrollPageDown ( ) : void
ScrollPageUp ( ) : void
ScrollRight ( ) : void
ScrollUp ( ) : void
SelectDown ( ) : void
SelectUp ( ) : void
Stage ( ) : void
StageHunk ( ) : void
Stash ( ) : void
ToggleBetweenWorkingDirectoryAndStaging ( ) : void
ToggleWhitespace ( ) : void
ToogleFullDiff ( ) : void
Unstage ( ) : void
UnstageHunk ( ) : void
UpdateFooter ( ) : void
UpdateHeader ( ) : void
UpdateRepository ( ) : void

메소드 상세

Application() 공개 메소드

public Application ( string repositoryPath, string pathToGit ) : System
repositoryPath string
pathToGit string
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void