Skip to content
Jason edited this page Jan 15, 2015 · 5 revisions

git-clone

Clone a repository into a new directory

####Git

$ git clone https://github.com/libgit2/libgit2sharp.git
```
#### LibGit2Sharp
```csharp
Repository.Clone("https://github.com/libgit2/libgit2sharp.git", "path/to/repo");
```
Clone this wiki locally