git_repository_init_options.origin_url

If this is non-null, then after the rest of the repository initialization is completed, an "origin" remote will be added pointing to this URL.

struct git_repository_init_options
const(char)* origin_url;

Meta