📜  git pull from commit - Shell-Bash 代码示例

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

代码示例3
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