

Login to reply
Replies (3)

After deleting everything cursor ran:
git checkout main
git branch | grep -v "main" | xargs git branch -D
git branch -r | grep -v "origin/main" | sed 's/origin\///' | xargs -I {} git push origin --delete {}
git rm -rf .
rm -rf *
git commit -m "๐ฅ Project wiped"
git push origin main --force
SuicideAI