Mauro Carvalho Chehab, 2010-01-19: > Yes. I personally prefer to have a bare clone (bare trees have just > the -git objects, and not a workig tree), and several working copies. > I do the work at the working copies, and, after they are fine, I push > into the bare and send the branches from bare to upstream. Do you know git-new-workdir? It's included in the contrib area of the git installation. Instead of cloning your own local repository to get a new working directory, with this script you really only get a new working directory and can work in it as if it was the original clone. Then you don't have to deal with pushes between local repositories. Markus -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html