You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/30 15:30:32 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #3965: Add BeagleV Starlight JH7100 and JH7110

xiaoxiang781216 edited a comment on pull request #3965:
URL: https://github.com/apache/incubator-nuttx/pull/3965#issuecomment-871504474


   1. First don't merge your patch with the mainline
   2. Please run the follow command once:
   ```
   git remote add apache git@github.com:apache/incubator-nuttx.git
   ```
   3. Please do the follow step every time before you update PR:
   ```
   git fetch apache
   git checkout yourbranch
   git rebase apache/master
   ./tools/refresh.sh -silent yourboard:yourconfig
   ./tools/checkpatch.sh -g HEAD~...HEAD
   git push -f origin yourbranch
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org