How to convert single crlf line return file to return lf line?
git already correctly handles crlf to convert lf automatically for files when I push them to a remote repository, but in this particular case I do not push to the repository. Rather, I upload a file using a file field in an HTML form to a website that requires the file to return the string lf. Therefore, I need to be able to convert this file separately.
My available potentially useful tools available on this computer will be git and Dreamweaver CC 2014.1. (I assume that Word, Wordpad, and Notepad are not viable options, but I'm open to fixing it.)
I am on Windows 7 and using git commands.
git windows
Charles Belov
source share