echo "# My-first-github-repo">>README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/GermainNsib/My-first-github-repo.git git push -u origin main
echo "# My-first-github-repo">>README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/GermainNsib/My-first-github-repo.git git push -u origin main