You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/05/01 06:40:48 UTC

[GitHub] [iceberg] Fokko commented on pull request #7484: fix code highlighting issue for mkdocs (issue #7459)

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 git@github.com: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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org