Push GitHub Repo en ligne de commande
git remote add origin https://github.com/User/Project
git branch -M main
git push -u origin main
Akako
git remote add origin https://github.com/User/Project
git branch -M main
git push -u origin main