1、将代码克隆到本地

  

git clone https://code.aliyun.com/qykj/xxx.git

  

2、检出指定版本,一般是有问题的前一个版本

  

git checkout 08ed30d103e913f2faeccdbdbd9e099fecec939a

  

3、新建分支

git checkout -b yourbranch

  

4、提交到分支

  

git push origin yourbranch

  

相关文章:

  • 2022-02-09
  • 2022-02-09
  • 2021-11-19
  • 2021-11-20
  • 2021-08-02
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2022-02-08
  • 2021-09-02
  • 2022-02-09
  • 2021-10-25
  • 2022-12-23
  • 2022-02-09
  • 2022-02-09
相关资源
相似解决方案