RussellSpitzer edited a comment on pull request #2479: URL: https://github.com/apache/iceberg/pull/2479#issuecomment-819938535
```bash git fetch apache git rebase apache/master git push origin removeCodehausJackson -f ``` That's in order 1. Update your remote for apache 2. rebase the current branch your on top of the latest commit on master 3. force push to flyrain:removeCodehauseJackson the branch now rebased on the latest master, this has to be a force because it no longer would cleanly apply on the original branch -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
