You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/18 15:52:08 UTC

[GitHub] rymanluk commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes

rymanluk commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes
URL: https://github.com/apache/mynewt-core/pull/699#issuecomment-352467608
 
 
   @joshgrob Could you please rebase it :) Basically what I do is
   git fetch --all
   git rebase -i origin/master (assuming that origin is git@github.com:apache/mynewt-core.git )
   
   Now some editor will open and you will see list of patches which are going to be applied on top of origin/master. You should have there only two patches I guess. Remove patches which are not in your interest and save/close editor.
   
   It should be it.
   
   Then do force push on your remote branch (add option -f when pushing) and we can continue review.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services