git_remote_set_url

Set the remote's url in the configuration

Remote objects already in memory will not be affected. This assumes the common case of a single-url remote and will otherwise return an error.

@param repo the repository in which to perform the change @param remote the remote's name @param url the url to set @return 0 or an error value

extern (C) nothrow @nogc
int
git_remote_set_url
(,
const(char)* remote
,
const(char)* url
)

Meta