add_remote_fetch
Description:
Adds a fetch refspec to the remote
's configuration.
Adds refspec
to the fetch list in the configuration. No loaded remote instances will be affected.
Parameters:
this |
a Repository. |
remote |
a Remote. |
refspec |
the fetch refspec. |