git add all files command

Shell
/*to add all the files in staging area at once*/
git add .
Source

Also in Shell: