The following command should do the trick:
git commit -a
or
git commit -am "commit message"
From the Pro Git book:
Providing the -a option to the git commit command makes Git automatically stage every file that is already tracked before doing the commit