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