소스 검색

git config --global core.safecrlf false

Bachir Soussi Chiadmi 5 년 전
부모
커밋
64cafc4622
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      bin/misc.sh

+ 2 - 0
bin/misc.sh

@@ -29,4 +29,6 @@ echo "${TIMEZONE}" > /etc/timezone
 
 rc-service crond start && rc-update add crond
 
+git config --global core.safecrlf false
+
 echo -e "Misc done"