By default –
- Windows has a case-sensitive file system.
- Mac has a case-insensitive file system.
That’s why in mac,
FileName.ext -> changes to -> Filename.ext will not show as changes in git status
Rename the file like this to fix this problem –
git mv --f FileName.ext Filename.ext
Hope this helps.
Show some love by like this post.
No Comments
Leave a comment Cancel