Git
Change Case of directory
Git does not update the casing of the directory by default.
To change the casing you'll need to do it in two steps.
git mv dir Dir2
git mv Dir2 DirGit does not update the casing of the directory by default.
To change the casing you'll need to do it in two steps.
git mv dir Dir2
git mv Dir2 Dir