We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
####Git
$ git clone https://github.com/libgit2/libgit2sharp.git ``` #### LibGit2Sharp ```csharp Repository.Clone("https://github.com/libgit2/libgit2sharp.git", "path/to/your/repo"); ```