reta commented on PR #1035: URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327610366
> > https://issues.apache.org/jira/browse/CXF-8798 here we are, thank you, could you please amend the commit to include JIRA ticket (CXF-8798: UDPDestination throws NPE under some conditions)? > > Sorry, this is my first github pull request. How do I do that? ``` git commit --amend -m "CXF-8798: UDPDestination throws NPE under some conditions" ``` And than you would need to do force push to `interface_fix` branch: ``` git push -f <rest of command here> ``` -- 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]
