Problem
I had the problem that my system changed the line endings from LF (UNIX) to CRLF (Windows), which caused problems while pushing my changes.
Context
We should make it clear that only files/changes with LF (Unix) line endings will be accepted.
Edit:
