Automate Git With Hooks And Husky 🐺

Опубликовано: 12 Май 2019
на канале: Maksim Ivanov
11,832
264

New video about Firebase Database + React:    • How to use Firebase Firestore with Re...   Git provides an interface to run some code as reaction on specific triggers. Those triggers are called githooks (hooks used by git). You can run code on every commit, push, pull or other actions.

Hooks are programs you can place in a hooks directory to trigger actions at certain points in git’s execution.

Githooks documentation: https://git-scm.com/docs/githooks
Husky repo: https://github.com/typicode/husky
Githooks website: https://githooks.com

Article for this video: https://maksimivanov.com/posts/git-hu...