pushing an existing rep from command line to github repo code example
Example: pushing an existing rep from command line to github repo
git remote add origin https://github.com/Mo-Aziz/React-shopping-cart.git
git branch -M main
git push -u origin main