On Tue, Oct 04, 2011 at 09:10:40AM +0200, Erik Faye-Lund wrote: > > git fetch --all --prune > > > I wasn't aware that fetch could prune, but yeah, that seems much > better to me. Perhaps a mention of this in the "git remote prune" > documentation could steer other users in the right direction? Yeah, that makes sense. There is one slight difference: I think "git remote prune" will _just_ prune, and not fetch into existing refs at all. I'm not sure exactly why you would want that, though. Presumably you run "prune" after you just fetched, anyway. Combining the two steps saves an extra network connection. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html