Class GitRunner
Bridge to the git command line interface
Implements
Namespace: i5.Toolkit.Core.VersionTool
Assembly: cs.temp.dll.dll
Syntax
public class GitRunner : IGitRunner
Methods
RunCommand(String, out String, out String)
Runs git with the specified arguments
Declaration
public int RunCommand(string arguments, out string output, out string errors)
Parameters
| Type | Name | Description |
|---|---|---|
| String | arguments | The argument string which is passed to git |
| String | output | The standard output of the command |
| String | errors | The error output of the command |
Returns
| Type | Description |
|---|---|
| Int32 | The exit code of the command |