📌  相关文章
📜  如何通过一次提交进行拉取请求 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:59.231000             🧑  作者: Mango

代码示例1
git fetch origin
git checkout -b add-log-component origin/add-log-component
git checkout master
git cherry-pick COMMIT-HASH-HERE
git push origin master