• 1 Post
  • 7 Comments
Joined 4 months ago
cake
Cake day: October 6th, 2024

help-circle




  • On Mac when I rename a folder from “FOO” to “foo” git sees them as the same folder so no change is committed. In JavaScript I import a file from “foo” so locally that works. Commit my code and someone else pulls in my changes on their machine. But on their machine the folder is still “FOO” so importing from “foo” doesn’t work.