Downloads
Reference
Learning
Security
Source
API Documentation
push
git_push_new
Version:
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.21.0-rc2
v0.21.0-rc1
v0.20.0
v0.19.0
v0.18.0
Create a new push object
Signature
GitHub
int git_push_new(
git_push **out
,
git_remote *remote
);
Parameters
git_push **
In
out
New push object
git_remote *
In
remote
Remote instance
Returns
int
0 or an error code
Versions
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.21.0-rc2
v0.21.0-rc1
v0.20.0
v0.19.0
v0.18.0