janhoy commented on pull request #501:
URL: https://github.com/apache/solr/pull/501#issuecomment-1009965076


   > I use TortoiseGit for cherrypicking. Thats grandious: Open the log window 
on 9.x/9.0 checkout, switch branch in log window to show main, select commit, 
right click, cherry-pick (also works with multiple).
   
   I use IntelliJ and it is also very simple - git -> log -> find commit -> 
right-click -> cherry-pick.
   
   But my script does a bit more, it takes branch and one or more hashes, does 
the cherry-picking, if not clean, open mergetool, else runs `gradlew check -x` 
test. So you could run one command to backport 2-3 commits to branch_9x and 
branch_9_0 in one go. Intended for the more trivial cases only of course...


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

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



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

Reply via email to