post-rewrite hook fails if repository does not have remote called origin
#1
Open
Description
Need to come up with a better way to get a rebase commit log than what we do now:
https://github.com/jevakallio/git-notify/blob/master/src/git.ts#L28
For the time being as a workaround, you can skip installing the post-rewrite hook altogether -- the use case for this is pretty niche, in most people's workflows they'll end up pulling the commits to a local branch before rebasing on top of their work, so they should see the message anyway.
Please 👍 this issue if you personally experienced it and want it fixed. Contributions also welcome.