Ajoutez tous les modifications et engagez-vous en git
"This command will add and commit all the modified files, BUT NOT NEWLY CREATED FILES"
git commit -am "<commit message>"
Adventurous Armadillo