代码之家  ›  专栏  ›  技术社区  ›  baloo

无法从提交中提取修订信息

  •  0
  • baloo  · 技术社区  · 15 年前


    git commit ,当我完成的时候 git svn dcommit .
    一开始还不错 Resetting to the latest refs/remotes/git-svn 但随后失败并返回错误 Unable to extract revision information from commit .


    现在,有没有办法让git提交和日志消息返回?

    1 回复  |  直到 15 年前
        1
  •  2
  •   Community CDub    8 年前

    检查 git reflog ,其中最后一个条目将指向您要查找的提交。

    the recover-anything approach .