git 回滚具体某个Id版本

1、

 git reset --hard 具体Id

  具体Id如:

image

 2、

  创建一个分支

3、

$ git push -f origin 具体分支