git checkout --orphan <new_branch> git rm --cached -r . git clean -f -d
git commit --allow-empty -m "[empty] initial commit"
git push origin <new_branch>