libgit2.example.remote

This is a sample program that is similar to "git remote". See the documentation for that (try "git help remote") to understand what this program is emulating.

This demonstrates using the libgit2 APIs to modify remotes of a repository.

Members

Enums

subcmd
enum subcmd
Undocumented in source.
subcmd_add
anonymousenum subcmd_add
Undocumented in source.

Functions

lg2_remote
int lg2_remote(libgit2.types.git_repository* repo, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

remote_opts
struct remote_opts
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta