Linux Git Add Folder And All Files August 2, 2018 Pramod T P Leave a comment Issue the following commands git add FOLDER_PATH/* git commit -m 'Adding new module' git push origin BRANCH_NAME