libgit2

git_remote_clear_refspecs

Version:

Clear the refspecs

Remove all configured fetch and push refspecs from the remote.

Signature

void git_remote_clear_refspecs(git_remote *remote);

Parameters

In
remote

the remote

Versions