Downloads
Reference
Learning
Security
Source
API Documentation
remote
git_remote_set_fetchspec
Version:
v0.18.0
v0.17.0
Set the remote's fetch refspec
Signature
GitHub
int git_remote_set_fetchspec(
git_remote *remote
,
const char *spec
);
Parameters
git_remote *
In
remote
the remote \apram spec the new fetch refspec
const char *
In
spec
Returns
int
0 or an error value
Versions
v0.18.0
v0.17.0