Git Client-Side Hooks

suggest change

Introduction

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. You can use these hooks for all sorts of reasons.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents