C# 클래스 SamirBoulema.TGit.Helpers.GitHelper

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

공개 메소드들

메소드 설명
GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string
GetCurrentBranchName ( bool trimPrefix ) : string
GetFlowOptions ( ) : FlowOptions
GetSshSetup ( ) : string
RemoteBranchExists ( string branch ) : bool

메소드 상세

GetCommitMessage() 공개 정적인 메소드

public static GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string
commitMessageTemplate string
dte DTE
리턴 string

GetCurrentBranchName() 공개 정적인 메소드

public static GetCurrentBranchName ( bool trimPrefix ) : string
trimPrefix bool
리턴 string

GetFlowOptions() 공개 정적인 메소드

public static GetFlowOptions ( ) : FlowOptions
리턴 FlowOptions

GetSshSetup() 공개 정적인 메소드

public static GetSshSetup ( ) : string
리턴 string

RemoteBranchExists() 공개 정적인 메소드

public static RemoteBranchExists ( string branch ) : bool
branch string
리턴 bool