When I updated fuel/orm to 1.6/develop, it started causing an issue with one of my after_insert observers. I fixed the bug and submitted a pull request:
However, I need to implement this fix on our staging server ASAP, without waiting for the pull request to be reviewed and accepted. How can I do this in my local repo AND the server without destroying the integrity of my fuel/orm submodule?