Commit e5e3fcaf authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Merge pull request #7438 from bbodenmiller/patch-5

Add dealing with newlines for editor to 5.1-to-6.0
parents e76b1ffd 9e4a9935
......@@ -89,6 +89,9 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
# Clear and precompile assets
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
#Add dealing with newlines for editor
sudo -u git -H git config --global core.autocrlf input
```
## 6. Update config files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment