ChaiBapchya commented on issue #17456: Implement remaining nn_basic ops in 
opperf
URL: https://github.com/apache/incubator-mxnet/pull/17456#issuecomment-581716910
 
 
   Incorrect way to rebase @connorgoggins 
   
   First get your master branch updated
   
   ```
   git remote add upstream https://github.com/apache/incubator-mxnet
   git checkout master
   git fetch upstream master
   git merge upstream/master
   git push origin master
   ```
   
   Once your fork master is sync'ed with remote master, rebase your branch on 
master
   ```
   git checkout <branchname>
   git rebase master
   git push origin <branchname>
   ```
   
   Let me know if this works!

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to