Use this command class to clone the current repository to somewhere else without opening the destination. An example of this is cloning to a remote SSH path.
To clone a remote repository to a local destination, use the {@link Repository#clone(java.io.File,String)} factory method.
|
|
|
|
|
|
|
|
|
|