Module git_repository::clone
source · Expand description
Modules
Structs
A utility to collect configuration on how to perform a checkout into a working tree, and when dropped without checking out successfully
the fetched repository will be dropped.
A utility to collect configuration on how to fetch from a remote and initiate a fetch operation. It will delete the newly
created repository on when dropped without successfully finishing a fetch.
Enums
The error returned by
PrepareFetch::new()
.