git stage

C++
git add . (This stages all changes made in the repository)
git add <filename> (Stages the change made in the specific filename)
Source

Also in C++: