git syncing a fork
涩兔子
posted @ 2015年11月05日 11:20
in 未分类
, 1062 阅读
git remote -v
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git remote -v
git fetch upstream
git checkout master
git merge upstream/master
- 无匹配