Update readme.md
This commit is contained in:
@ -24,7 +24,7 @@ To force Git to recognize the case-only rename:
|
||||
`git mv -f readme.md 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.
|
||||
- Windows filesystems are case-insensitive → both names point to the same file.
|
||||
|
Reference in New Issue
Block a user