| layout | default | ||
|---|---|---|---|
| menu_item | api | ||
| title | Push | ||
| description | Version 0.19.0 | ||
| return_to |
|
||
| sections |
|
var result = Push.initOptions(opts, version);| Parameters | Type | |
|---|---|---|
| opts | PushOptions | the git_push_options instance to initialize. |
| version | Number | the version of the struct; you should pass GIT_PUSH_OPTIONS_VERSION here. |
| Returns | |
|---|---|
| Number | Zero on success; -1 on failure. |