github command for adding all files

C++
To add all files in Git Staging Area

git add .
Source

Also in C++: