Sparkles.Git.GitCommand.GitCommand C# (CSharp) Method

GitCommand() public method

public GitCommand ( string working_dir, string args ) : System
working_dir string
args string
return System
        public GitCommand(string working_dir, string args)
            : this(working_dir, args, null)
        {
        }

Same methods

GitCommand::GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System