git config --global user.name friagain2000 git config --global user.email friagain2000@gmail.com
git init git add . git commit -m "first commit" git branch -M main git remote add origin https://github.com/friagain2000/projectA.git git push -u origin main
git add . git commit -m "first commit" git push -u origin main