git ajouter commit push une commande
# The following command does not add new files, only updated pre-existing ones.
git commit -am "commit all the things" && git push
Precious Panda