1、先用git log

commit aba290c570d3894f4f39a1fdf52aa512c0231525
Author: huzhengbo <2951235220@qq.com>
Date:   Mon Jul 31 17:19:56 2017 +0800

    fix BUG PAAS-907 增加创建存储和删除存储的立即推送

找到提交的版本号,上面红色部分

2、git reset

git reset --hard aba290c570d3894f4f39a1fdf52aa512c0231525

 

相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-02-07
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2021-06-09
  • 2021-08-06
  • 2022-02-07
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案