git_remote_pushurl

Get the remote's url for pushing

If url.*.pushInsteadOf has been configured for this URL, it will return the modified URL.

extern (C) nothrow @nogc
const(char)*
git_remote_pushurl

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: const(char)*

a pointer to the url or null if no special url for pushing is set

Meta