63315983

Date: 2020-08-08 14:39:40
Score: 5
Natty:
Report link

Answer for people who has same problem.

In my case I changed some of my files name to capitalize version. The problem was Git didn't resolve this change that's why my file structure was wrong on Github. So Solution is changind this config with git.

git config core.ignorecase false this command makes git to be aware of capitalization.

Here is another question on Stacoverflow: I change the capitalization of a directory and Git doesn't seem to pick up on it

Reasons:
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Me too answer (2): same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Orhan Özkerçin