cd chemin/vers/ton/dossier/mwinda-site
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/tonpseudo/mwinda-site.git
git push -u origin main