push.sh 1.1 KB
Newer Older
1
git add -A
2
git commit -m  ' 同步官方源码,对调度,任务模块有很大的调整 
3
    百图画鸿蒙 + 百文说内核 + 百万注源码  => 挖透鸿蒙内核源码
4 5 6 7 8 9 10 11 12
    鸿蒙研究站 | http://weharmonyos.com (国内) 
              | https://weharmony.github.io (国外)
    oschina | https://my.oschina.net/weharmony
    博客园 | https://www.cnblogs.com/weharmony/
    知乎 | https://www.zhihu.com/people/weharmonyos
    csdn | https://blog.csdn.net/kuangyufei
    51cto | https://harmonyos.51cto.com/column/34
    掘金 | https://juejin.cn/user/756888642000808
    公众号 | 鸿蒙研究站 (weharmonyos)
13 14 15 16 17 18 19 20 21 22 23
'

git push  origin master
git push  gitee_origin master
git push  github_origin master
git push  coding_origin master

#git remote add github_origin git@github.com:kuangyufei/kernel_liteos_a_note.git 
#git remote add gitee_origin git@gitee.com:weharmony/kernel_liteos_a_note.git
#git remote add origin git@codechina.csdn.net:kuangyufei/kernel_liteos_a_note.git
#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git