MartijnVisser commented on pull request #19265: URL: https://github.com/apache/flink/pull/19265#issuecomment-1082825295
OK now there's one more thing to fix, the commit message itself. You can do that by: 1. Run `git reset --soft HEAD~1` to reset your Git index to the last commit 2. Run `git add --all` to add all the files 3. Run `git commit` to commit the same change, this time use the correct Git commit message 4. Run `git push --force` to push the changed commit message in -- 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]
