摘要: 1.查看之前提交 git log 2.重置到之前的某个版本 git reset --hard 40ab650938ae4ff941c38118f5531b8bf165bc1f 3.提交到远程仓库 git push --force origin dev 注意: 1.此操作会清除指定版本之后的所有提交记 阅读全文
posted @ 2024-07-18 16:01 七星飘虫 阅读(52) 评论(0) 推荐(0)