Initializes a git_push_options with default values. Equivalent to creating an instance with GIT_PUSH_OPTIONS_INIT.
git_push_options
the git_push_options instance to initialize.
the version of the struct; you should pass GIT_PUSH_OPTIONS_VERSION here.
GIT_PUSH_OPTIONS_VERSION
Zero on success; -1 on failure.