xiaoxiang781216 commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1630073967
> > @freakishness @pkarashchenko any idea why @liuzhao commit "add support for YT8512 phy" is in the middle of this PR? > > This is my mistake, should I resubmit? you can do this: ``` git remote add apache [email protected]:apache/nuttx.git git fetch apache git checkout hpm6360evk git rebase apache git rebase --interactive HEAD~6 and change all pick(except first) to squash git push -f origin ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
