回到最新的版本

git-bash

# 查看切换记录
git reflog

# 找到最新提交的 commit_id 并转至最新
git reset --hard commit_id

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-01-07
  • 2021-06-24
  • 2021-05-03
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2022-02-07
  • 2022-02-07
  • 2021-04-18
  • 2021-08-31
相关资源
相似解决方案