The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Line ending rules define how a new line is represented at the end of each line in a text file.
In short:
\n)Used by Linux and macOS
\r\n)Used by Windows
Why it matters
Different operating systems use different line endings. If not handled properly, this can cause:
How Git helps
Using
.gitattributes, Git can:This keeps code consistent across platforms.