Files
git-practice-Vipin/README.md
2025-09-04 12:31:43 +05:30

271 B
Raw Permalink Blame History

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 doesnt record it.