保留编辑数据:git reset —soft FETCH_HEAD不保留编辑数据:git reset —hard FETCH_HEAD 若回到前一次commit:git reset HEAD^ 或者 git reset HEAD~1回到前2次:git reset HEAD~2