对于Fork的Repository 最佳的合并策略

git pull --rebase upstream master

解决冲突后

git rebase --continue