1
2
3
4
5
6
7
8
9
10
git remote -v

git remote add upstream 原项目

git remote -v

git fetch upstream

git merge upstream/master

github fork项目和原项目同步