github fetch别人分支后同步更新

388 阅读1分钟
git remote add upstream https://github.com/farsunset/cim.git(源仓库地址)
git fetch upstream
git merge upstream/master
git push