git clone
git-clone
Clone a repository into a new directory
$ git clone https://github.com/libgit2/libgit2sharp.git
LibGit2Sharp
Repository.Clone("https://github.com/libgit2/libgit2sharp.git", "path/to/repo");To provide a username and password, pass in CloneOptions.
var co = new CloneOptions();
co.CredentialsProvider = (_url, _user, _cred) => new UsernamePasswordCredentials { Username = "Username", Password = "Password" };
Repository.Clone("https://github.com/libgit2/libgit2sharp.git", "path/to/repo", co);
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
