Back to Developer Roadmap

Client vs Server Hooks

src/data/roadmaps/git-github/content/[email protected]

4.0825 B
Original Source

Client vs Server Hooks

Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks: client-side and server-side. Client-side hooks are triggered by operations such as committing and merging, while server-side hooks run on network operations such as receiving pushed commits.

Visit the following resources to learn more: