I commited my project to github and after a while, some folders would not have to be there anymore. I have knowledge that it is possible to manually delete github, but for this to happen, I need to delete file by file to the sumir folder.
The situation is this: When I created my project, there were the Landing and Email folders, but since I no longer need those folders, I created the img folder and unified the files inside that folder. When I changed and uploaded the project again, the img folder appeared correctly, however the Landing and Email folders did not disappear, even though I used git rm and deleted them. By git status it appears that they have been deleted, but in my repository in github they still appear.
Is there another way to delete, not being manually in github?