Update readme.md

This commit is contained in:
2025-09-04 05:49:04 +00:00
parent 9d7507e339
commit eb6050dd62

View File

@@ -24,7 +24,7 @@ To force Git to recognize the case-only rename:
`git mv -f readme.md README.md` `git mv -f readme.md README.md`
`git commit -m "Rename readme.md to README.md"` `git commit -m "Rename readme.md to README.md"`
4⃣ Underlying reason (hint explanation) 4⃣ Underlying reason
- Git itself is case-sensitive → it can distinguish between readme.md and README.md. - Git itself is case-sensitive → it can distinguish between readme.md and README.md.
- Windows filesystems are case-insensitive → both names point to the same file. - Windows filesystems are case-insensitive → both names point to the same file.