Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
📕 A simple guide to the wonders of Git Hooks. Please contribute your love and knowledge!
- Host: GitHub
- URL: https://github.com/matthewhudson/githooks.com
- Owner: matthewhudson
- Created: 2012-02-09T21:36:12.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T23:41:57.000Z (8 months ago)
- Last Synced: 2024-08-04T04:05:21.955Z (3 months ago)
- Topics: git-hook, git-hooks, guide, hacktoberfest, hoo, list
- Language: HTML
- Homepage: https://githooks.com/
- Size: 102 KB
- Stars: 224
- Watchers: 9
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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