Executes a Git Command on the command line.
Recommend that you only use this for Remote commands that require authentication so that the Windows Credentials Store can handle providing sticky Auth to Github, VSTS and BitBucket.
public GitCommandResult ExecuteGitCommand(string arguments, string path, int timeoutMs, ProcessWindowStyle windowStyle, Action<Object,DataReceivedEventArgs> progress)
Parameters
arguments
path
timeoutMs
windowStyle
progress
See also:
Class GitHelper© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic