tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Restoring .git/hooks #24

Closed marcelloromanelli closed 7 years ago

marcelloromanelli commented 7 years ago

I deleted by accident the .git/hooks folder. What would be the best way to restore it?

tarmolov commented 7 years ago

npm install should work fine

marcelloromanelli commented 7 years ago

thanks @tarmolov