Peter Baumann wrote: > Another question. I'd like to create a totaly independent branch (like > the "todo" branch in git). Is there a more user friendly way than doing > > git-checkout -b todo > rm .git/refs/heads/todo > rm .git/index > rm <all_files_in_your_workdir> > > ... hack hack hack ... > git-commit -a Wouldn't it be better and more natural to go back to first commit, or even empty repository state at the beginning, and branch there? Or make separate repository? -- Jakub Narebski Warsaw, Poland - : 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