Property | Type | Description | |
---|---|---|---|
Executable | string |
Method | Description | |
---|---|---|
Add ( ) : void | ||
Branch ( ) : void | ||
Browse ( ) : void | ||
Checkout ( ) : void | ||
Commit ( ) : void | ||
EditGitIgnore ( ) : void | ||
GetBranches ( ) : List |
||
GetCurrentBranch ( ) : string | ||
Init ( ) : void | ||
ManageRemotes ( ) : void | ||
Merge ( ) : void | ||
Pull ( ) : void | ||
Push ( ) : void | ||
Settings ( ) : void | ||
ShellBash ( ) : void | ||
ShellCommand ( string command ) : void | ||
ShellCommand ( string command, bool wait ) : void | ||
ShellCommand ( string command, string arg ) : void | ||
ShellCommand ( string command, string arg, bool wait ) : void | ||
Show ( ) : void | ||
Stash ( ) : void | ||
ViewChanges ( ) : void |
Method | Description | |
---|---|---|
CreateAndStartProcess ( string argument, string cmd ) : void | ||
CreateAndStartProcess ( string arguments, string cmd, string &stdOutput, string &stdError ) : void | ||
CreateProcessStartInfo ( ) : |
||
ShellGitCommand ( string command ) : string |
public static ShellCommand ( string command ) : void | ||
command | string | |
return | void |
public static ShellCommand ( string command, bool wait ) : void | ||
command | string | |
wait | bool | |
return | void |
public static ShellCommand ( string command, string arg ) : void | ||
command | string | |
arg | string | |
return | void |
public static ShellCommand ( string command, string arg, bool wait ) : void | ||
command | string | |
arg | string | |
wait | bool | |
return | void |