git add / commit 操作失误的撤销

1、撤销 add .
git reset
2、commit 内容错误如何修改
git commit --amend -m "新的提交信息"

你可能感兴趣的:(git add / commit 操作失误的撤销)