Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewhudson/githooks.com

📕 A simple guide to the wonders of Git Hooks. Please contribute your love and knowledge!
https://github.com/matthewhudson/githooks.com

git-hook git-hooks guide hacktoberfest hoo list

Last synced: about 2 months ago
JSON representation

📕 A simple guide to the wonders of Git Hooks. Please contribute your love and knowledge!

Awesome Lists containing this project

README

        

# [GITHOOKS.COM](http://githooks.com)

A guide to the wonders of git hooks. This repo is using [GitHub Pages](https://pages.github.com/).

## 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

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