alamb commented on issue #5908:
URL: https://github.com/apache/arrow-rs/issues/5908#issuecomment-2174326679

   Here is what I did to fix it now:
   
   ```
   git fetch apache
   # make a new root commit
   git checkout --orphan new-asf-site apache/asf-site
   # commit in the current copy
   git commit -m "Initial asf-site commit"
   # make a new branch
   git checkout -b asf-site
   # force push it to apache 
   git push -f apache
   ```
   
   My reading of doing this is that each commit to arrow-rs that makes 
documentation results in 7MB of docs getting pushed to the asf-branch 🤯 
   
   ```shell
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ git push -f apache
   Enumerating objects: 5871, done.
   Counting objects: 100% (5871/5871), done.
   Delta compression using up to 16 threads
   Compressing objects: 100% (3675/3675), done.
   Writing objects: 100% (5871/5871), 7.83 MiB | 2.75 MiB/s, done.
   Total 5871 (delta 4562), reused 3103 (delta 2065), pack-reused 0 (from 0)
   remote: Resolving deltas: 100% (4562/4562), done.
   To github.com:apache/arrow-rs.git
    + 47a8dd03b8b...b6a61fb3a76 asf-site -> asf-site (forced update)
   branch 'asf-site' set up to track 'apache/asf-site'.
   ```


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

Reply via email to