Git还原单个文件到指定的版本1 2 3 git reset <commit_id> <file_path> git reset ec6effa43a9e4b800f16c209d5229b24e1e43841 src/views/custom/components/Form/ItemComponents/ItemOptionList.vue