TortoiseGit, ignore line endings
问题 I am looking for a way to prevent TortoiseGit from flagging files as changed when they have Unix line endings. It is just tough to check if remote files have changed when you FTP download a folder, they show up as changed often because of the LF version that comes down. I'm on Windows, the repos are CRLF, but as I said when they change on the server they end up as LF. 回答1: Right click in that repository, TortoiseGit -> Settings Turn local AutoCrlf OFF and apply the setting Extra ref. Read