git_remote_push

Perform a push

Peform all the steps from a push.

extern (C) nothrow @nogc
int
git_remote_push

Parameters

remote libgit2_d.types.git_remote*

the remote to push to

refspecs const(libgit2_d.strarray.git_strarray)*

the refspecs to use for pushing. If null or an empty array, the configured refspecs will be used

opts const(.git_push_options)*

options to use for this push

Meta