`/app/repo` 是 Git 仓库。开发者误删了含重要信息的提交;请用 `git reflog` 找回并读取其提交消息中的旗标。
用 `git reflog` 查看 HEAD 移动历史。
找到哈希后运行 `git show <hash>`。
提交消息中含有 `FLAG:`。