add all files in directory to git

Shell
git add --all
git commit -am "<commit message>"
git push

Source

Also in Shell: