有时候git add 不想要的文件,不想要继续commit了,
可以使用如下命令:
c
git reset HEAD
如下命令 比较工作区和暂存区差异,查询是否恢复成功
c
git diff --cached