mumrah commented on PR #17204:
URL: https://github.com/apache/kafka/pull/17204#issuecomment-2374348402

   @fonsdant yes, exactly. We can create a Git alias that calls a script. The 
syntax is like:
   
   (in .git/config)
   ```
   [alias]
           test = "!bash test.sh"
   ```
   
   I think a local branch (i.e., refs/heads/) would make sense. Our script can 
use `gh cache` to find the latest cached SHA, and then create a local ref using 
that SHA. It should also print out some info like how many commits behind HEAD 
the cache is, and how long ago the cache was created. 


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