Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes: > That's the easiest. However, I regularly avoid those steps by doing > > mv bla/.git bla.git > git --git-dir=bla.git config core.bare true > rm -rf bla > Is it simpler and more complete to do this? git config core.bare true git config core.logAllRefUpdates mv bla/.git bla.git rm -rf bla -- 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