libgit2

git_remote_negotiate

Version:

Negotiate what data needs to be exchanged to synchroize the remtoe and local references

Signature

int git_remote_negotiate(git_remote *remote);

Parameters

In
remote

the remote you want to negotiate with

Returns

int

Versions