Programming-[Base]/git
[TIL][링크]git windows ↔ Mac 간 개행문자(CRLF) 차이 처리
컴퓨터 탐험가 찰리
2022. 7. 4. 14:54
728x90
반응형
cmd, brew 등에서 실행
for windows
git config —global core.autocrlf true
for LINUX, Mac
git config —global core.autocrlf input
## 설정 확인
git config --global --list | grep core.eol
참조
728x90
반응형