Categories
Technology

Windows Convert CRLF to LF

Git Repos to LF Firstly lets make sure that everything line of code that you commit is unix compatible, since all of it mostly runs on Unix based servers. Hence do the following git config –global core.autocrlf input git config –global core.eol lf If you don’t know where to make the changes, since the gitconfig […]

en_USEnglish