You don’t “commit the folder” – you add the folder, as you have done, and then simply commit all changes. The command should be:
git add foldername
git commit -m "commit operation"
You don’t “commit the folder” – you add the folder, as you have done, and then simply commit all changes. The command should be:
git add foldername
git commit -m "commit operation"