1. git

git case-insensitive issue on mac

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.

https://rdevs.xyz
Do you like Ashiqur Rahman's articles? Follow on social!
Comments to: git case-insensitive issue on mac

Your email address will not be published. Required fields are marked *

Attach images - Only PNG, JPG, JPEG and GIF are supported.

Login

Welcome to rDevs

Brief and amiable onboarding is the first thing a new user sees in the theme.
Join rDevs

start writing