たまにしか行わないので、なかなか覚えられないので自分用のメモ書き。
git checkout --orphan new-branch
git rm --cached -r .
git add .gitignore
git clean -fd