Appearance
找到被删除的提交的哈希值,比如 0d1d7fc32:
0d1d7fc32
$ git reflog
使用 cherry-pick 命令恢复被删除的提交
cherry-pick
$ git cherry-pick 0d1d7fc32