摘要: 修改未提交的信息 git commit --amend -m "new message" 取消最近一次 commit,但保留更改(撤销 commit 但保留工作区修改) git log git reset --soft HEAD~1 回退版本 git log git reset --hard com 阅读全文
posted @ 2021-08-02 15:47 进阶的哈姆雷特 阅读(81) 评论(0) 推荐(0)