Hi, On Tue, 22 Apr 2008, Teemu Likonen wrote: > Local branches are under user's personal control, so if user wants to > save/keep the information of remote branches he can create local ones > out of them: git branch localcopy $remote/$branch For your benefit, I just assume that you did not yet read my reply to Peff's mail. With the --mirror mode, you can no longer discern clearly between local and remote branches. This is basically what we had in the beginning, before the "separate remotes layout". So your point is not valid, an update will interfer with "local" branches. And when those branches are deleted via "git fetch", you will not be able to reconstruct them easily, because the reflogs are deleted, too. Ciao, Dscho -- 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