14
I committed my project on github and after a while, some folders wouldn’t need to be there anymore. I have knowledge that you can delete manually on github, but for that to happen, I need to delete file by file for the folder to disappear.
The situation is this: When I created my project, there were Landing and Email folders, but since I no longer need those folders, I created the img folder and unified the files within that folder. When I changed and moved up the project again, the img folder appeared correctly, but the Landing and Email folders weren’t gone, even though I used git rm and deleted them. By git status it appears that they have been deleted, but in my github repository they still appear.
There is another way to delete, not manually on github?
Did you see this topic? http://answall.com/questions/583/como-faço-para-remover-uma-pasta-do-historyco-do-git
– Diego