git remote add https://github.com/mzmoosa01/doctors-rooms.git usage: git remote add [<options>] <name> <url> code example
Example: github remote
echo "# HarryFoods" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin < repo url >
git push -u origin main