necouchman commented on pull request #296:
URL: https://github.com/apache/guacamole-server/pull/296#issuecomment-650309870


   @myjimmy: You just push changes to your current branch - so, if you want to 
modify the commit messages, you'd go back and do:
   ```git rebase -i <COMMIT BEFORE YOUR COMMIT>```
   
   and when you get prompted for the commits, use the "reword" option (r) to 
edit the commit messages.  Once the rebase is done, do:
   ```git push -f```
   
   and the changes will show up, 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to