C# Class GitSharp.InitCommand

git-init - Create an empty git repository or reinitialize an existing one
Inheritance: AbstractCommand
Exibir arquivo Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
Execute ( ) : void

Execute the command.

InitCommand ( ) : System

Method Details

Execute() public method

Execute the command.
public Execute ( ) : void
return void

InitCommand() public method

public InitCommand ( ) : System
return System