While helping a friend with a git problem today, I had to introduce a branch that needed to be totally separate from the master branch. The contents of this bra
master
From Git Community Book:
git symbolic-ref HEAD refs/heads/newbranch rm .git/index git clean -fdx git add your files git commit -m 'Initial commit'