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
Welcome to John Maeda's Blog: maeda.pm. Sharing a passion for product and data, grounded in technology / business / design curiosities with a dash of leadership reflections.
Welcome to John Maeda's Blog: maeda.pm. Sharing a passion for product and data, grounded in technology / business / design curiosities with a dash of leadership reflections.
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