How to test a PR before it get integrated on NuttX
Let’s suppose someone just sent a PR (Pull Request) to NuttX at github and you want to test it b
2022-2-25 03:46:9
Author: acassis.wordpress.com(查看原文)
阅读量:45
收藏
Let’s suppose someone just sent a PR (Pull Request) to NuttX at github and you want to test it before it get merged.
Example, we want to test this PR: https://github.com/apache/incubator-nuttx/pull/1234
Then we do:
git fetch upstream pull/1234/head
git checkout FETCH_HEAD
And proceed with normal compilation.
文章来源: https://acassis.wordpress.com/2022/02/24/how-to-test-a-pr-before-it-get-integrated-on-nuttx/
如有侵权请联系:admin#unsafe.sh