git_remote_url

Get the remote's url

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

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

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: const(char)*

a pointer to the url

Meta