use crateWrapCommand;
use crategit;
pub use *;
pub use *;
pub const GIT_COMMAND: &str = "clone";
/// Clones a repository into a newly created directory,
/// creates remote-tracking branches for each branch in the cloned repository,
/// and creates and checks out an initial branch that is forked from the cloned repository’s currently active branch
/// [Git doc](https://git-scm.com/docs/git-clone)