Git issue not pushing directory casing changes
Faced this issue in Github, changed folder name from Constants
to constants
and it wasn't getting pushed to github.
Run this thing, to change default git config.
git config --global core.ignorecase false