- git_clone
int git_clone(git_repository** out_, const(char)* url, const(char)* local_path, const(git_clone_options)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_clone_into
int git_clone_into(git_repository* repo, git_remote* remote, const(git_checkout_opts)* co_opts, const(char)* branch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.