libgit2

git_remote_disconnect

Version:

Disconnect from the remote

Close the connection to the remote.

Signature

void git_remote_disconnect(git_remote *remote);

Parameters

In
remote

the remote to disconnect from

Versions