mkdir <name>
cd <name>
git commit --allow-empty-message --allow-empty
git remote add origin <url>
git push origin main -f