ikiwiki/doc/bugs/git.pm_should_prune_remote_...

6 lines
293 B
Markdown

The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching.
Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".
--[[blipvert]]