I have a git repository, on which I changed a folder's name to all lower caps. I successfully pushed the change, and when I do a git pull, I only get the new folder name, but when I go to gitlab and I view my branch, I have both folders Foo and foo on my branch.
How do I purge this from my repository?