可以用git reset --hard <COMMIT_ID>
比如下面的,假定你 pull 之前处在 xxxxxx 那个位置,那么可以用 git reset --hard master@{1} 到1这次commit