DEV Community

0 seconds of 3 minutes, 27 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
03:27
 
Maksim Ivanov
Maksim Ivanov

Posted on

17 5

Automate Git With Hooks And Husky ๐Ÿบ

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.

Article for this video

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series ๐Ÿ“บ

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series ๐Ÿ‘€

Watch the Youtube series

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay