1git checkout --orphan <branch-name>2git rm -rf .3touch .gitignore4git add .gitignore5git commit -m 'chore: init commit'6git push --force