25.09 ~ 26.01 에 있었던 제가 git 관련 겪은 일을 포스팅해보겠습니다. 1. LF will be replaced by CRLFgit을 설치하고, 기본 세팅한 프로젝트를 git add .을 하자 아래와 같은 warning이 발생했습니다.PS C:\경로명> git add . warning: in the working copy of '프로젝트명/.gitignore', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of '프로젝트명/build.gradle', LF will be replaced by CRLF the next time Git touches it warning: in the wo..