eprintln!("{}: The following archives are not commits in your git history. Tips: Update (pull) your local git history.\n{}","error".red(),bad_archives.join("\n").yellow());
exit(1);
}
}
/// Function that perform the pull for all remote archive
/// Function that perform the pull for all remote archive