Parcourir la source

git config --global core.safecrlf false

Bachir Soussi Chiadmi il y a 5 ans
Parent
commit
8eba82aa45
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"