git reset

git reset 重置 commits。

<mode> 默认是 “–mixed”

示例

将 head 重置为 <commit>

场景一,你正在修改某个文件,同事提醒你 pull

git reset
git pull