clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Git reset commands #28

Closed rafaelstz closed 6 years ago

rafaelstz commented 6 years ago

These commands are used to prevent issues.

git config --global core.autocrlf false
git config --global core.eol LF
git config --global diff.renamelimit 5000
rafaelstz commented 6 years ago

Done!