how to add all folders and inner files in git code example Example: add all files in directory to git git add --all git commit -am "<commit message>" git push