GITHOOKS.COM
A guide to the wonders of git hooks. This repo is using GitHub Pages.
githooks.com
Contributing to This guide barely scrapes the surface. Please contribute your love and knowledge!
Contributing Code
- Pull the repo
- Create a branch against
main
(git checkout -b feature
) - Make change(s)
- Commit your changes (
git commit -am 'Added a feature'
) - Push to the branch (
git push origin feature
) - Open a Pull Request