📅  最后修改于: 2022-03-11 14:50:57.082000             🧑  作者: Mango
//make sure you're on the local branch, then:
git pull origin YourRemoteBranch
//which is the same as:
git fetch origin YourRemoteBranch
git merge origin/YourRemoteBranch