Skip to main content

Module clone

Module clone 

Source
Expand description

Git repository clone and update operations.

Structs§

CloneOptions
Options controlling how a repository is cloned or updated.

Enums§

CloneError
Errors produced by clone_or_update.

Functions§

clone_or_update
Clone options.url into dest, or fetch + checkout if dest already exists.