libgit2

git_remote_url

Version:

Get the remote's url

Signature

const char *git_remote_url(struct git_remote *remote);

Parameters

struct git_remote *
In
remote

the remote

Returns

const char *

a pointer to the url

Versions