Git wasn't recognizing case changes made in the folders when I was pushing changes to GH 🫠 Used: $ git config core.ignorecase false and it worked 🙌
1
0
7
145
1
@codingsooj I remember facing this exact issue once. Back then, I just renamed the folder to something entirely different. I'll make sure to keep this in mind.