]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
50047789e84140f0c1b2c4177ef91308618b8ada
[ikiwiki.git] / doc / bugs / git.pm_should_prune_remote_branches_when_fetching.mdwn
1 The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching.
2
3 Pruning remote branches is done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".