's Blog

摘要: 1. Git撤销本地Commit git reset HEAD~ 2. Git撤销远端Push git log //查看日志,获取需要回退的版本号;本地履历树commit的版本号就可 git reset --soft <版本号> //请忽略<> git push origin 分支名 --force 阅读全文
posted @ 2021-12-28 15:04 Limit℃ 阅读(41) 评论(0) 推荐(0)