Fokko commented on PR #7484:
URL: https://github.com/apache/iceberg/pull/7484#issuecomment-1529405956

   @DarthData410 Just a tip. To align your master branch with the one from 
Iceberg, you can do:
   
   Add the Apache remote, if you haven't done so:
   ```sh
   git remote add apache [email protected]:apache/iceberg.git
   ```
   
   Get the latest updates:
   ```sh
   git fetch --all
   ```
   
   Reset the branch to the master branch of Apache:
   ```
   git reset --hard apache/master
   ```
   
   Keep in mind that this will undo all your commits on that branch as well, so 
be aware of that.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to