mbien commented on PR #5372:
URL: https://github.com/apache/netbeans/pull/5372#issuecomment-1405708685

   added labels otherwise this would show up under the `do-not-merge` category 
on the release notes :P
   looks like its on the right branch too now.
   
   to avoid having to look up the hash in the log, i often use a graphical tool 
for it like `gitg`. Where i can simply right click on a commit and select 
cherry pick onto which is super convenient.
   
   but the basic concept is simply:
   ```
   git checkout copy_of_delivery_branch
   git cherry-pick somehash
   ```
   thats it.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to