pub fn clone_all<G: Git>( git: &G, conf: &CloneConf, opts: &Opts, ) -> Vec<CloneReport>
Clone every repo in conf, printing each step in order. Returns a report per repo (for the aggregate exit code).
conf