
Jannik Baranczyk
Back to home
April 23, 2025
Git: Case-Sensitive File Renaming
When renaming a file on macOS, git won’t detect a change when you only change the case. git mv
to the rescue!
git mv Component.tsx component.tsx
When renaming a file on macOS, git won’t detect a change when you only change the case. git mv
to the rescue!
git mv Component.tsx component.tsx