23
สถานะ git แสดงการแก้ไข 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 …