📜  git fatal bad revision cherry-pick - Shell-Bash 代码示例

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

代码示例1
# fetch just the one remote
git fetch 
# or fetch from all remotes
git fetch --all
# make sure you're back on the branch you want to cherry-pick to
git cherry-pick xyz