On Wed, Aug 19, 2009 at 08:28:04AM -0400, Rob (gmail) wrote: > That seems like the best solution. > How do I delete my initial repository that I created and obviously > messed up ? If you have nothing of value in the whole directory, just "rm -rf repo". If you want to keep the working tree but delete all of the git bits, just "rm -rf .git". -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