赞
踩
git remote add upstream <原仓库github地址>
git fetch upstream
git merge upstream/master
git commit -m "merge upstream/master"
git push origin master