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

8 lines
271 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- @format -->
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.