ljmotta commented on PR #2550: URL: https://github.com/apache/incubator-kie-tools/pull/2550#issuecomment-2327045853
What I suggest is to rename this branch in your local to another name `git branch -m <new_name>`, get your commits SHA with `git log`, create a new branch from `main` with the same name as the one used in this PR `no-issue-rever-sample-dmn-definitions`. Apply the commits to this new branch using `git cherry-pick <commit_SHA>`, and make a push force. With the push force you will fix the commit history, but double/triple check if the commits are correct before you do 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]
