I am using Gitlab for storing my repositories on remote. I recently changed the case of 1 folder name inside my local repository using the following command
git mv FolderName foldername
The problem that I am facing is that the name of folder is not getting changed on origin after pushing. What might the cause and solution for this.