Client Vs Server Hooks
Learn about Client Vs Server Hooks in Git
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.
Free Resources
- @official@Git Hooks
- @article@Git Hooks: The Powerful Tool You're Probably Not Using
- @video@Client vs Server Hooks