git_remote_set_instance_url

Set the url for this particular url instance. The URL in the configuration will be ignored, and will not be changed.

extern (C) nothrow @nogc public
int
git_remote_set_instance_url

Parameters

remote libgit2.types.git_remote*

the remote's name

url const(char)*

the url to set

Return Value

Type: int

0 or an error value

Meta