《每周两题-Git篇》amend、reset、rervert

266 阅读1分钟

Q1:如何修改最近一次提交记录?

image.png

image.png

Q2:使用git resetgit rervert 撤回上一次提交,并描述两者区别?