受尽苦难而不厌,此乃阿修罗之道。
1 从版本库删除文件
git rm <file>
git commit -m "xxx"
2 工作区中文件被误删,但版本库中没有删除,可以恢复到工作区
git checkout -- <file>