Block a user
ashish.livingston
commented on issue Git-Training-Hub/tech-thursday-demo#2
2025-09-04 07:46:08 +00:00
#2 - Git Case Sensitivity and File Renaming Assignment
Git is case-sensitive, but Windows/macOS filesystems are case-insensitive. The OS treats readme.md and README.md as the same file, so Git does not detect the rename.
Solution: Use Git’s force…