fckruegel commented on pull request #2230:
URL: https://github.com/apache/incubator-nuttx/pull/2230#issuecomment-727558211


   > how about this:
   > 
   > ```
   > git remote remove xiaoxiang781216
   > git remote add xiaoxiang781216 
https://github.com/xiaoxiang781216/incubator-nuttx.git
   > git fetch xiaoxiang781216
   > ``
   > ```
   
   `
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git remote remove xiaoxiang781216
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git remote add xiaoxiang781216 
https://github.com/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 https://github.com/xiaoxiang781216/incubator-nuttx.git 
(fetch)
   xiaoxiang781216 https://github.com/xiaoxiang781216/incubator-nuttx.git (push)
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git fetch xiaoxiang781216
   remote: Enumerating objects: 275, done.
   remote: Counting objects: 100% (275/275), done.
   remote: Compressing objects: 100% (19/19), done.
   remote: Total 309 (delta 260), reused 259 (delta 253), pack-reused 34
   Receiving objects: 100% (309/309), 48.57 KiB | 8.09 MiB/s, done.
   Resolving deltas: 100% (261/261), completed with 180 local objects.
   From https://github.com/xiaoxiang781216/incubator-nuttx
    * [new branch]            fckruegel-master -> 
xiaoxiang781216/fckruegel-master
    * [new branch]            idle             -> xiaoxiang781216/idle
    * [new branch]            master           -> xiaoxiang781216/master
    * [new branch]            openamp          -> xiaoxiang781216/openamp
    * [new branch]            uname            -> xiaoxiang781216/uname
    * [new branch]            wchar            -> xiaoxiang781216/wchar
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git cherry-pick 
xiaoxiang781216/fckruegel-master
   Auto-merging include/nuttx/analog/ioctl.h
   [master 12365e6e79] Support for MAX1161X family of I2C 12 bit ADC chips: 
MAX11612:  4 channels VCC=5V0 Int VRef=4.096V MAX11613:  4 channels VCC=3V3 Int 
VRef=2.048V MAX11614:  8 channels VCC=5V0 Int VRef=4.096V MAX11615:  8 channels 
VCC=3V3 Int VRef=2.048V MAX11616: 12 channels VCC=5V0 Int VRef=4.096V MAX11617: 
12 channels VCC=3V3 Int VRef=2.048V Note: The chips' auto-scanning feature is 
not supported in this revision.
    Date: Fri Nov 6 11:01:03 2020 +0100
    1 file changed, 2 insertions(+), 3 deletions(-)
   ubuntu@kruegel2:~/nuttx/incubator-nuttx-1$ git push -f origin master
   Username for 'https://github.com': fckruegel
   Password for 'https://fckrue...@github.com':
   Enumerating objects: 551, done.
   Counting objects: 100% (469/469), done.
   Delta compression using up to 16 threads
   Compressing objects: 100% (104/104), done.
   Writing objects: 100% (308/308), 59.82 KiB | 5.44 MiB/s, done.
   Total 308 (delta 252), reused 239 (delta 193)
   remote: Resolving deltas: 100% (252/252), completed with 119 local objects.
   To https://github.com/fckruegel/incubator-nuttx-1
      c79bda6e4f..12365e6e79  master -> master
   `
   Looks good. Thank you very much.
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to