Update tips to the new state.
this |
a Remote. |
callbacks | |
update_fetch_head |
whether to write to FETCH_HEAD. true to behave like git. |
tags_type |
what the behaviour for downloading tags is for this fetch. This is ignored for push. This must be the same value passed to download. |
message |
reflog_message The message to insert into the reflogs. If null and fetching, the default is "fetch <name>", where <name> is the name of the remote (or its url, for in-memory remotes). This parameter is ignored when pushing. |
true if successful, false otherwise. |