Skip to main content

clone_all

Function clone_all 

Source
pub fn clone_all<G: Git>(
    git: &G,
    conf: &CloneConf,
    opts: &Opts,
) -> Vec<CloneReport>
Expand description

Clone every repo in conf, printing each step in order. Returns a report per repo (for the aggregate exit code).