shwstppr commented on PR #11487: URL: https://github.com/apache/cloudstack/pull/11487#issuecomment-3264540982
@shrikantjoshi-hpe your branch is not rebased correctly. If 6c8fe7ac5bd9ac3dd86ec93f7a00b2193cf28440 is the only change then can do something like, ``` git checkout <APACHE_REMOTE> 4.20 git branch -D sessionleak git checkout -b sessionleak git cherry-pick 6c8fe7ac5bd9ac3dd86ec93f7a00b2193cf28440 git push <YOUR_REMOTE> sessionleak -fv ``` -- 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...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org