摘要: git的工作流 git revert 撤销 某次操作,此次操作之前和之后的commit和history都会保留,并且把这次撤销作为一次最新的提交 * git revert HEAD 撤销前一次 commit * git revert HEAD^ 撤销前前一次 commit * git revert 阅读全文
posted @ 2020-12-18 17:21 konglingbin 阅读(686) 评论(0) 推荐(0) 编辑