Skip to content

Commit 25c43bc

Browse files
committed
docs: update readme
1 parent 4ebbdb3 commit 25c43bc

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

README.md

+8-24
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
## Awesome Git Hooks
2-
3-
[![awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](#)
4-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#)
5-
[![@aitemr](https://img.shields.io/badge/contact-%40aitemr-brightgreen.svg)](https://t.me/aitemr)
1+
# Awesome Git Hooks [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
62

73
> A curated list of awesome [Git hooks](https://git-scm.com/docs/githooks)
84
9-
## About
10-
115
Git Hooks are scripts that run automatically every time a particular event occurs in a Git repository.
126

137
## Contents
@@ -30,23 +24,13 @@ Git Hooks are scripts that run automatically every time a particular event occur
3024
- [post-receive](https://github.com/aitemr/awesome-git-hooks/tree/master/post-receive) - This is run on the remote when pushing after the all refs have been updated. It does not take parameters, but receives info through stdin in the form of `<old-value> <new-value> <ref-name>`.
3125
- [post-rewrite](https://github.com/aitemr/awesome-git-hooks/tree/master/post-rewrite) - This is called when git commands are rewriting already committed data.
3226

33-
## Soon 🙈
34-
35-
- [pre-applypatch]() - This is actually called after the patch is applied, but before the changes are committed.
36-
- [post-applypatch]() - This hook is run after the patch is applied and committed.
37-
- [post-commit]() - Called after the actual commit is made. Because of this, it cannot disrupt the commit.
38-
- [post-checkout]() - Run when a checkout is called after updating the worktree or after git clone.
39-
- [post-merge]() - Called after a merge. Because of this, it cannot abort a merge.
40-
- [update]() - This is run on the remote repo once for each ref being pushed instead of once for each push.
41-
- [post-update]() - This is run only once after all of the refs have been pushed.
42-
4327
## Tools
4428

45-
- [Husky](https://github.com/typicode/husky) - 🐶 Git hooks made easy
46-
- [Komondor](https://github.com/orta/Komondor) - 🐩 Git Hooks for Swift projects
47-
- [Quickhook](https://github.com/dirk/quickhook/) - Faster Git hook (pre-commit, etc.) runner
48-
- [git-hooks](https://github.com/icefox/git-hooks/) - A tool to manage project, user, and global Git hooks
49-
- [overcommit](https://github.com/brigade/overcommit/) - A fully configurable and extendable Git hook manager
29+
- [Husky](https://github.com/typicode/husky) - Git hooks made easy.
30+
- [Komondor](https://github.com/orta/Komondor) - Git Hooks for Swift projects.
31+
- [Quickhook](https://github.com/dirk/quickhook/) - Faster Git hook (pre-commit, etc.) runner.
32+
- [git-hooks](https://github.com/icefox/git-hooks/) - A tool to manage project, user, and global Git hooks.
33+
- [overcommit](https://github.com/brigade/overcommit/) - A fully configurable and extendable Git hook manager.
5034

5135
## Articles
5236

@@ -59,10 +43,10 @@ Git Hooks are scripts that run automatically every time a particular event occur
5943

6044
## Support
6145

62-
If you have a question, find a bug, or just want to say hi, please open an [issue on GitHub](https://github.com/aitemr/awesome-git-hooks/issues/new). If you want to contribute, please read the [guide](https://github.com/aitemr/awesome-git-hooks/blob/master/.github/contributing.md).
46+
If you have a question, find a bug, or just want to say hi, please open an [issue on GitHub](https://github.com/aitemr/awesome-git-hooks/issues/new). If you want to contribute, please read the [guide](./contributing.md).
6347

6448
## License
6549

6650
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
6751

68-
To the extent possible under law, [Islam Temirbek](https://aitemr.github.io) has waived all copyright and related or neighboring rights to this work.
52+
To the extent possible under law, [Islam Temirbek](https://aitemr.github.io) has waived all copyright and related or neighboring rights to this work.
File renamed without changes.

0 commit comments

Comments
 (0)