Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GitSharp
CloneCommand
C# Class GitSharp.CloneCommand
Inheritance:
AbstractFetchCommand
显示文件
Open project: jagregory/GitSharp
Class Usage Examples
Public Methods
Method
Description
CloneCommand
( ) :
System
Execute
( ) :
void
Private Methods
Method
Description
doCheckout
(
GitSharp
branch
) :
void
guessHEAD
(
FetchResult
result
) :
Ref
runFetch
( ) :
FetchResult
saveRemote
(
URIish
uri
) :
void
Method Details
CloneCommand()
public
method
public
CloneCommand
( ) :
System
return
System
Execute()
public
method
public
Execute
( ) :
void
return
void