push.sh 932 字节
Newer Older
1
git add -A
2
git commit -m  '内核是地基工程,地基不牢,何谈万丈高楼.
3 4 5 6 7
    搜索 @note_pic 可查看绘制的全部字符图
    搜索 @note_why 是尚未看明白的地方,有看明白的,请Pull Request完善
    搜索 @note_thinking 是一些的思考和建议
    搜索 @note_#if0 是由第三方项目提供不在内核源码中定义的极为重要结构体,为方便理解而添加的。
    搜索 @note_good 是给源码点赞的地方
8 9
'

10
git push origin master
11 12 13 14 15 16 17
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
18
#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git