Skip to content

Latest commit

History

History
18 lines (12 loc) 路 586 Bytes

README.md

File metadata and controls

18 lines (12 loc) 路 586 Bytes

A guide to the wonders of git hooks. This repo is using GitHub Pages.

Contributing to githooks.com

馃憤馃帀 First off, thanks for taking the time to contribute! 馃帀馃憤

This guide barely scrapes the surface. Please contribute your love and knowledge!

Contributing Code

  1. Pull the repo
  2. Create a branch against main (git checkout -b feature)
  3. Make change(s)
  4. Commit your changes (git commit -am 'Added a feature')
  5. Push to the branch (git push origin feature)
  6. Open a Pull Request