C# Class GitScc.Utilities.GitCommandWrappers

Static GIT Command Wrappers .. This will be the home of all the git commands in the BasicSccProvider.cs and SccProviderService.cs
显示文件 Open project: jzoss/Git-Source-Control-Provider

Public Methods

Method Description
InitRepo ( string solutionFile ) : System.Threading.Tasks.Task

Private Methods

Method Description
AmendCommit ( GitRepository repository, string message, bool signoff = false ) : Task>
Commit ( GitRepository repository, string message, bool signoff = false ) : Task>
SwitchCommand ( SwitchBranchInfo result ) : Task>

Method Details

InitRepo() public static method

public static InitRepo ( string solutionFile ) : System.Threading.Tasks.Task
solutionFile string
return System.Threading.Tasks.Task