C# Class smarx.BlobSync.OneWayGitSync

Inheritance: IOneWaySync
Exibir arquivo Open project: smarx/noderole Class Usage Examples

Public Methods

Method Description
Git ( string workingDirectory, string formatString ) : string
OneWayGitSync ( string gitUrl, string localPath ) : System
SyncAll ( ) : void

Method Details

Git() public static method

public static Git ( string workingDirectory, string formatString ) : string
workingDirectory string
formatString string
return string

OneWayGitSync() public method

public OneWayGitSync ( string gitUrl, string localPath ) : System
gitUrl string
localPath string
return System

SyncAll() public method

public SyncAll ( ) : void
return void