git init
git add .
git commit -m "[message]"
git branch -M master
git remote add origin "github repository link"
git push -u origin master
echo "# e-commerce-crud" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/mohnishdevelops/e-commerce-crud.git
git push -u origin main
echo "# Raw-php-class-04" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/zabiremu/Raw-php-class-04.git
git push -u origin main