echo "# bootstrap5" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:jarbelix/bootstrap5.git
git push -u origin main
echo "# bootstrap5" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:jarbelix/bootstrap5.git
git push -u origin main