Be sure to wipe out all your past commits:
rm -rf .git
git init
git checkout -b main
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/aji-ai/... <-- the url of the project
git push -f origin main
Be sure to wipe out all your past commits:
rm -rf .git
git init
git checkout -b main
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/aji-ai/... <-- the url of the project
git push -f origin main