tips:

    1. git rev-list -n 1 HEAD -- file_path #得到 deleting_commit
    2. git checkout deleting_commit^ -- file_path #回到删除文件 deleting_commit 之前的状态


    关于git.fun