My git tip of the day:

My git tip of the day:

Every git repository should contain a .gitattribute file to enforce proper eol handling. Especially when working with multiple people/accepting pull requests.

If you don't do that different people or one person working from different machines with different git eol settings, editors or operating systems will mess up things.

See: https://help.github.com/articles/dealing-with-line-endings/

Comments