orpiske commented on PR #9612:
URL: https://github.com/apache/camel/pull/9612#issuecomment-1482858903

   @chiragsanghavi I assume you are back-porting this change to learn how to 
contribute (and that's great!), so here's a tip: try to avoid merge commits on 
the code base (they mess w/ the commit history). When back-porting just 
cherry-pick the change on top of a branch created from the base (branch) you 
want to use (i.e.: `git checkout camel-3.x && git checkout -B 
<backport-change-something> && git cherry-pick <hash>` ). 


-- 
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: commits-unsubscr...@camel.apache.org

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

Reply via email to