fckruegel edited a comment on pull request #2230: URL: https://github.com/apache/incubator-nuttx/pull/2230#issuecomment-727547685
> run the following commands in your local git: > > ``` > git remote add xiaoxiang781216 [email protected]:xiaoxiang781216/incubator-nuttx.git > git checkout master > git cherry-pick xiaoxiang781216/fckruegel-master > git push -f origin master > ``` Oops- I get an error message. ``` ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git remote add xiaoxiang781216 [email protected]:xiaoxiang781216/incubator-nuttx.git ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git remote -v origin https://github.com/fckruegel/incubator-nuttx-1 (fetch) origin https://github.com/fckruegel/incubator-nuttx-1 (push) upstream https://github.com/apache/incubator-nuttx (fetch) upstream https://github.com/apache/incubator-nuttx (push) xiaoxiang781216 [email protected]:xiaoxiang781216/incubator-nuttx.git (fetch) xiaoxiang781216 [email protected]:xiaoxiang781216/incubator-nuttx.git (push) ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git checkout master Already on 'master' Your branch is up to date with 'origin/master'. ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git cherry-pick xiaoxiang781216/fckruegel-master fatal: bad revision 'xiaoxiang781216/fckruegel-master' ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ ``` I'm stuck. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
