본문으로 바로가기
2222

[git] 대소문자 변경 시 미인식 문제 해결

category 회고/개발 2021. 12. 10. 23:40

폴더/파일 명 대소문자 변경 시 미인식

파일명 대소문자 변경 시 깃에서 인식하지 못하는 문제가 있었습니다.

깃 설정상 문제라고 생각하여 깃 docs에서 core.ignorecase 설정을 변경해야 한다는 것을 알게 되었습니다.

https://git-scm.com/docs/git-config/2.14.6#Documentation/git-config.txt-coreignoreCase

해결 방법

git config core.ignorecase false