Last Updated: February 25, 2016
·
260
· mejarc

Case-sensitive file renaming with Git

Git is case-insensitive by default. This causes difficulty when renaming a tracked file.

git mv -f readme.txt README.txt