23
git statusは変更を示し、git checkout — <file>はそれらを削除しません
作業コピーへのすべての変更を削除したいと思います。 実行git statusすると、変更されたファイルが表示されます。 私がこれらの変更を削除することはないようです。 例えば: rbellamy@PROMETHEUS /d/Development/rhino-etl (master) $ git status # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: Rhino.Etl.Core/Enumerables/CachingEnumerable.cs # modified: Rhino.Etl.Core/Pipelines/SingleThreadedPipelineExecuter.cs …