how to push to git repository first time code example
Example: how to push in git for the first time
echo "# my-pfe-informatique-mobile" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/TaherSaid/my-pfe-informatique-mobile.git
git push -u origin main