Tout ce que Git pousse git push origin

git init
git add -A
git commit -m 'Fix bad repo'
git push
Armandres