Method | Description | |
---|---|---|
HideUserCredentials ( string commandLineRun ) : string | ||
Init ( |
||
Run ( string tfsUrl, string tfsRepositoryPath ) : int | ||
Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int |
Method | Description | |
---|---|---|
BuildInitCommand ( ) : string[] | ||
CommitTheGitIgnoreFile ( string pathToGitIgnoreFile ) : void | ||
DoGitInitDb ( ) : void | ||
GitTfsInit ( string tfsUrl, string tfsRepositoryPath ) : void | ||
InitSubdir ( string repositoryPath ) : void |
public static HideUserCredentials ( string commandLineRun ) : string | ||
commandLineRun | string | |
return | string |
public Init ( |
||
remoteOptions | ||
initOptions | ||
globals | Globals | |
gitHelper | IGitHelpers | |
return | System |
public Run ( string tfsUrl, string tfsRepositoryPath ) : int | ||
tfsUrl | string | |
tfsRepositoryPath | string | |
return | int |
public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int | ||
tfsUrl | string | |
tfsRepositoryPath | string | |
gitRepositoryPath | string | |
return | int |