Useful git hooks.
Go to file
2024-12-07 20:00:31 -05:00
LICENSE First commit, added pre-push hook for posting commit message to Pleroma or Mastodon. 2023-02-05 14:18:41 -05:00
pre-commit-version-increment Moved the version incrementer from pre-push to pre-commit. It's a better way that doesn't cause branch divergence. 2024-12-07 20:00:31 -05:00
pre-push-fediverse Added autoversion control pre-push hook. You may need to update links using the old pre-push as it has been renamed to pre-push-fediverse. 2024-12-06 13:57:43 -05:00
README.md Slightly updated readme. 2023-02-05 14:26:57 -05:00

git-hooks

Useful git hooks.

Quickly grab the latest version:

curl --output "pre-push" "https://git.stormux.org/storm/git-hooks/raw/branch/master/pre-push"