2025-09-17 16:59:58 +05:30
2025-08-27 21:29:26 +05:30
2025-09-10 17:54:59 +05:30
2025-09-02 15:54:44 +05:30
2025-09-02 15:54:44 +05:30
2025-09-17 16:59:58 +05:30
2025-09-17 16:43:10 +05:30
2025-08-20 17:00:51 +05:30
2025-08-20 17:00:51 +05:30
2025-09-17 16:59:58 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-08-23 10:38:43 +05:30
2025-08-23 10:38:43 +05:30
2025-08-23 10:38:43 +05:30
2025-08-23 10:38:43 +05:30
2025-08-20 17:00:51 +05:30
2025-08-20 17:00:51 +05:30
2025-09-17 16:59:58 +05:30
2025-08-20 17:00:51 +05:30
2025-08-20 17:00:51 +05:30
2025-08-20 17:00:51 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-09-10 17:54:59 +05:30
2025-08-20 17:00:51 +05:30
2025-09-17 16:59:58 +05:30
2025-08-23 10:38:43 +05:30
2025-08-27 21:29:26 +05:30
2025-08-27 21:29:26 +05:30
2025-08-27 21:29:26 +05:30
2025-08-20 17:00:51 +05:30
2025-08-20 17:00:51 +05:30
2025-08-27 21:29:26 +05:30
2025-08-20 17:41:19 +05:30
2025-08-27 21:34:14 +05:30
2025-09-17 16:59:58 +05:30
2025-08-20 16:55:16 +05:30
2025-08-20 17:00:51 +05:30
2025-09-04 11:51:40 +05:30
2025-08-17 19:50:57 +05:30
2025-08-20 16:55:16 +05:30

Why This Happens

Git uses filesystem system calls to detect changes. Case-insensitive filesystems report no difference for case-only renames, so Git's index isn't updated. core.ignorecase (set to true on such systems) aligns Git with filesystem behavior.

To change the file name we use the force Rename command : git mv -f readme.md Readme.md

Description
No description provided
Readme 1.3 MiB
Languages
Markdown 100%