fork 代码,具体操作网上还挺多的。
git clone
cd [路径]
git remote add origin **********.git
git fetch origin
git remote add ##### ********.git
git fetch #####
cd [路径]
git branch --track topic-1 ######/master
git checkout topic-1
git cherry-pick
commit-id
git push origin topic-1
nuttx 检查 patch 的命令,基本可以忽略
./tools/checkpatch.sh -g HEAD~...HEAD