C# Class GameCreator.Projects.Git.GitHelper

Afficher le fichier Open project: joshwyant/game-creator Class Usage Examples

Méthodes publiques

Méthode Description
AddAllFiles ( ) : bool
AddToSourceControl ( ) : bool
Commit ( string message ) : bool
GitHelper ( string location ) : System
InitializeDirecory ( ) : bool

Method Details

AddAllFiles() public méthode

public AddAllFiles ( ) : bool
Résultat bool

AddToSourceControl() public méthode

public AddToSourceControl ( ) : bool
Résultat bool

Commit() public méthode

public Commit ( string message ) : bool
message string
Résultat bool

GitHelper() public méthode

public GitHelper ( string location ) : System
location string
Résultat System

InitializeDirecory() public méthode

public InitializeDirecory ( ) : bool
Résultat bool