WonYong-Jang / Development-Process

It is where I record the error fixes or learning during the development process.
0 stars 1 forks source link

gitignore 설정 후 적용이 안될 때 / LF will be replaced by CRLF in ~ 에러 해결 #4

Open WonYong-Jang opened 6 years ago

WonYong-Jang commented 6 years ago
$ git rm -r --cached .
$ git add .
$ git commit -m "fixed untracked files”

다음의 명령을 사용하시면 곧바로 설정이 적용됩니다. 저장소에 이미 올라가있는 파일들도 삭제됩니다. (물론 푸시했을때)

WonYong-Jang commented 6 years ago
2018-09-09 4 46 10