githooks.com
githooks.com copied to clipboard
📕 A simple guide to the wonders of Git Hooks. Please contribute your love and knowledge!
GITHOOKS.COM
A guide to the wonders of git hooks. This repo is using GitHub Pages.
Contributing to githooks.com
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
This guide barely scrapes the surface. Please contribute your love and knowledge!
Contributing Code
- Pull the repo
- Create a branch against
master
(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