Push Code vers le référentiel GitHub à partir de la ligne de commande

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