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 |
|---|---|
| int | The exit code of the command |