如果不小心git add. (全部文件), 又commit了,而且不能够使用git reset来撤回 我们可以先使用git log 来查看commit提交记录, 然后使用 git reset commit_id 来返回提交前的上一个节点