Interface IGitRunner
Bridge to git's command line interface
Namespace: i5.Toolkit.Core.VersionTool
Assembly: cs.temp.dll.dll
Syntax
public interface IGitRunner
Methods
RunCommand(string, out string, out string)
Runs git with the given commands
Declaration
int RunCommand(string arguments, out string output, out string errors)
Parameters
Type | Name | Description |
---|---|---|
string | arguments | The arguments which should be passed to git |
string | output | The output which is produced by git |
string | errors | The errors which are produced by git |
Returns
Type | Description |
---|---|
int | Returns the exit code of the command |