Is there a pre-commit hook that can prevent rebase operations? It looks like git does support a `pre-rebase` hook, but I didn't see it in the docs. I checked [here](https://pre-commit.com/#confining-hooks-to-run-at-certain-stages). Example `pre-rebase` hook: https://gist.github.com/uasi/9384329