dweiss commented on PR #13092:
URL: https://github.com/apache/lucene/pull/13092#issuecomment-1942211430

   Your fork should contain all the branches of the original repository. You 
should typically have two remotes - one to your fork (origin), one to lucene's 
upstream git. Let's say the upstream is called "upstream". This process should 
work to create a local branch_9x
   ```
   git fetch upstream
   git checkout upstream/branch_9x -b my_fix_on_9x
   # make changes
   git push origin HEAD -u
   ```
   then create a PR against branch_9x in Lucene. :)


-- 
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-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to