Create an Empty Git Branch

Simples...

$ git checkout --orphan <branchname> // create an empty branch
$ git rm --cached -rf . // delete everything in the orphan branch