necouchman commented on PR #507: URL: https://github.com/apache/guacamole-server/pull/507#issuecomment-2080461492
@NickVStepin : You can do the following: * Use "git log" to find the commit ID of the commit *before* your first commit. * Use "git rebase -i <commit id>" to start an interactive rebase. * Use the "reword" option on each of the commits. * Change the commit messages. * Force-push the changes, which will automatically update this pull request. -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org