You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/01/19 20:22:50 UTC

[GitHub] necouchman commented on issue #359: GUACAMOLE-617: Extract Permission Management from JDBC Authentication Module

necouchman commented on issue #359: GUACAMOLE-617: Extract Permission Management from JDBC Authentication Module
URL: https://github.com/apache/guacamole-client/pull/359#issuecomment-455812267
 
 
   > I'm not sure if now that the pull request is done I can eliminate the commits of the previous merges.
   
   Probably the easiest thing to do is an interactive rebase.  Use "git log" to find the hash of the commit right before your first one, and do "git rebase -i <HASH>" and then you can remove the extra commits.  If you want to make sure your branch is up-to-date with the latest master, you can do "git rebase master" (after you clean up above) and that should put your changes on top of the master.  Once you've cleaned it up locally you will have to do a "git push -f" to force push it to the remote side, which should update things, here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services