git_remote_disconnect

Disconnect from the remote

Close the connection to the remote.

extern (C) nothrow @nogc
int
git_remote_disconnect

Parameters

remote libgit2_d.types.git_remote*

the remote to disconnect from

Return Value

Type: int

0 on success, or an error code

Meta