The name will be checked for validity.
See git_tag_create() for rules about valid names.
@param out_ pointer to the new remote object
@param repo the associated repository
@param name the remote's name
@return 0, git_error_code.GIT_ENOTFOUND, git_error_code.GIT_EINVALIDSPEC or an error code
Get the information for a particular remote
The name will be checked for validity. See git_tag_create() for rules about valid names.
@param out_ pointer to the new remote object @param repo the associated repository @param name the remote's name @return 0, git_error_code.GIT_ENOTFOUND, git_error_code.GIT_EINVALIDSPEC or an error code