Method | Description | |
---|---|---|
GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string | ||
GetCurrentBranchName ( bool trimPrefix ) : string | ||
GetFlowOptions ( ) : FlowOptions | ||
GetSshSetup ( ) : string | ||
RemoteBranchExists ( string branch ) : bool |
public static GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string | ||
commitMessageTemplate | string | |
dte | DTE | |
return | string |
public static GetCurrentBranchName ( bool trimPrefix ) : string | ||
trimPrefix | bool | |
return | string |
public static GetFlowOptions ( ) : FlowOptions | ||
return | FlowOptions |
public static RemoteBranchExists ( string branch ) : bool | ||
branch | string | |
return | bool |