git init git add README.md git commit -m "second commit" git branch -M main git remote add origin https://github.com/cdec-b1/zomato.git git push -u origin main