git-notify
git-notify copied to clipboard
🙉 📣 Communicate important updates to your team via git commit messages
This is useful because there's a [dependabot security advisory](https://github.com/advisories/GHSA-28xr-mwxg-3qc8) out for everything under [email protected]. While I could probably fix this with some creative package resolution in yarn, I figured I...
When Husky released v5, a lot of users migrated to [`lefthook`](https://github.com/evilmartians/lefthook#lefthook) because of the confusion around the licensing. This PR adds examples that show how to integrate `gitnotify` with `lefthook`.
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...
Hi, I noticed the README mentions Husky is `free only to other open source projects`, but it seems like they've gone back to the MIT license in the latest versions,...