GitGetter.Interfaces

Interfaces that define GitGetter functionality. 1) IGitGetter (uses IErrorReporter, see below) Consists of: - (DateTime date, string branch)[] BranchesByLastCommitDate(string projectPath, IErrorReporter reporter); - string[] MergedBranches(string branch, IEnumerable<string> branches, string projectPath, IErrorReporter reporter); - string[] NotMergedBranches(string branch, IEnumerable<string> branches, string projectPath, IErrorReporter reporter); - void Refresh(string projectPath, IErrorReporter reporter); - string[] RemoteBranches(string projectPath, IErrorReporter reporter); 2) IErrorReporter Consists of: - void ClearError(); - bool HasError(); - void ShowError(string msg);


Keywords
License
MIT-0
Install
Install-Package GitGetter.Interfaces -Version 1.3.0