aaronmarkham commented on issue #12781: Fixed issue #12745
URL: https://github.com/apache/incubator-mxnet/pull/12781#issuecomment-432036770
 
 
   Take a look at 
https://cwiki.apache.org/confluence/display/MXNET/MXNet+Development+Guide
   
   The section that talks about making a PR has this as a guide:
   
   ```
   git remote add upstream https://github.com/apache/incubator-mxnet
   git fetch upstream
   git rebase upstream/master
   ```
   After going through the rebase process, you might have to force push with:
   ```
   git push --force
   ```
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to