GitSharp.InitCommand.InitCommand C# (CSharp) Method

InitCommand() public method

public InitCommand ( ) : System
return System
        public InitCommand()
        {
            Quiet = true; // <-- [henon] since this command will be used more often programmatically than by CLI quiet=true is the better default.
            Shared = "false";
        }