git - How to remove a directory in my GitHub repository? - Stack Overflow
I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without deleting and re-creating entire repository? ... If you remove the files in the directory (with git rm as the other answers explain), then the directo...