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 |
|---|---|
| Int32 | Returns the exit code of the command |