git status
Результат:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Main.cpp
Делаю
git checkout -- Main.cpp
, затем
git status
Результат:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Main.cpp
Ничего не происходит. Если смотреть diff, то изменения в этом файле касаются только замены CRLF на LF.