C# Class SamirBoulema.TGit.Helpers.GitHelper

Mostrar archivo Open project: sboulema/TGit Class Usage Examples

Public Methods

Method Description
GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string
GetCurrentBranchName ( bool trimPrefix ) : string
GetFlowOptions ( ) : FlowOptions
GetSshSetup ( ) : string
RemoteBranchExists ( string branch ) : bool

Method Details

GetCommitMessage() public static method

public static GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string
commitMessageTemplate string
dte DTE
return string

GetCurrentBranchName() public static method

public static GetCurrentBranchName ( bool trimPrefix ) : string
trimPrefix bool
return string

GetFlowOptions() public static method

public static GetFlowOptions ( ) : FlowOptions
return FlowOptions

GetSshSetup() public static method

public static GetSshSetup ( ) : string
return string

RemoteBranchExists() public static method

public static RemoteBranchExists ( string branch ) : bool
branch string
return bool