1、將代碼克隆到本地
git clone https://code.aliyun.com/qykj/xxx.git
2、檢出指定版本,一般是有問題的前一個版本
git checkout 08ed30d103e913f2faeccdbdbd9e099fecec939a
3、新建分支
git checkout -b yourbranch
4、提交到分支
git push origin yourbranch
1、將代碼克隆到本地
git clone https://code.aliyun.com/qykj/xxx.git
2、檢出指定版本,一般是有問題的前一個版本
git checkout 08ed30d103e913f2faeccdbdbd9e099fecec939a
3、新建分支
git checkout -b yourbranch
4、提交到分支
git push origin yourbranch
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。