github fork自己的库,如何同步源库的更新

  这事还有点麻烦,因为网页上没有这个功能。目前只知道手动操作。

  进入自己的本机库目录:

查看远程状态
git remote -v
 
给 fork 添加源库的clone地址
git remote add upstream 源库的clone地址
 
更新与合并
git fetch upstream
git merge upstream/master
git push  origin master
上一篇:中桥国际:T3平台下解决方案 如何应对移动客户端带来的挑战


下一篇:AliOS Things蓝牙协议栈及应用开发框架介绍