2021.03.16 — Git — 1 min read
아래와 같이 config를 바꿔준다.
Copycopy code to clipboard1git config core.ignorecase false
1git config core.ignorecase false
Replace된 변경 사항 인식을 못한 경우 아래와 같이 해당 파일, 폴더를 Remove --cached 해준다.
Copycopy code to clipboard1git rm -r --cached dir_name
1git rm -r --cached dir_name