Git: Fix differences created by line endings in files

This article explains the issue created by line endings in code in different OS versions and also provides solutions to fix the issue by normalizing the line-endings in files. Introduction Files created/edited on Windows OS and Mac/Linux OS can have different line endings. Suppose, a developer (Dev1) created a file in Windows OS and pushed … Read more