git_remote_set_pushurl

Set the remote's url for pushing 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.

More...
extern (C) nothrow @nogc
int
git_remote_set_pushurl
(,
const(char)* remote
,
const(char)* url
)

Detailed Description

@param repo the repository in which to perform the change @param remote the remote's name @param url the url to set

Meta