9d9a13178247a2bd643fd9781548186a0cc4bda5
Git is case-sensitive → it sees readme.md and README.md as different files.
Windows/macOS are case-insensitive → they treat both names as the same file.
So when you rename only the case, the OS says "nothing changed," and Git doesn’t record it.
Description
Languages
Markdown
100%