📅  最后修改于: 2022-03-11 14:50:42.651000             🧑  作者: Mango
# 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