joewitt commented on PR #8964: URL: https://github.com/apache/nifi/pull/8964#issuecomment-2173622914
@jrsteinebrey The merge commit you just added to your PR.. Was the intent to update the PR to the latest of main? Unless there is some beneficial reason such as there is a merge conflict to resolve you really don't need to bother. However, if you just want to keep the PR tidy and there isn't already some back/forth on review what you can do is rebase your commit to the latest main then force push that. Once you've done a 'git fetch --all' for instance.. Then on your PR branch you can git rebase upstream/main Once you've done that if you want you can force push your commit. It requires force since it would have a new head. But generally see the first comment. -- 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]
