tips: git rev-list -n 1 HEAD -- file_path #得到 deleting_commitgit checkout deleting_commit^ -- file_path #回到删除文件 deleting_commit 之前的状态 关于git.fun