push.sh 917 字节
Newer Older
1
git add -A
2
git commit -m  ' 对任务模块更详细的注解
3
    百万汉字注解 + 百篇博客分析 => 挖透鸿蒙内核源码
4
    博客输出站点(国内):http://weharmonyos.com
5
    博客输出站点(国外):https://weharmony.github.io
6 7
    注解文件系统:https://gitee.com/weharmony/third_party_NuttX
    注解协议栈:https://gitee.com/weharmony/third_party_lwip
8
    注解编译子系统:https://gitee.com/weharmony/build_lite
9 10 11 12 13 14 15 16 17 18 19
'

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