Push Code ke Github Repository dari Command Line

git remote add origin https://github.com/Agustine-dev/cinemaos.git
git branch -M main
git push -u origin main
Agustine Nyaanga