necouchman commented on PR #728: URL: https://github.com/apache/guacamole-client/pull/728#issuecomment-1207205575
@Niubbo75: I don't think you need to delete your personal fork, no, but you'll probably need to update it with the current Apace commits. Something like this should work: * Add the Apache version as a new remote: `git remote add apache https://github.com/apache/guacamole-client` * Rebase everything on top of the apache/master branch: `git rebase apache/master` * At this point you may have to resolve conflicts in the rebase * Verify that the rebase git log includes your changes: `git log` * Push it to your fork: `git push -f` -- 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]
