A guide to the wonders of git hooks. This repo is using GitHub Pages.
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
This guide barely scrapes the surface. Please contribute your love and knowledge!
- 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