cortadocodes / personal-development

My 2018 personal development plan as a software engineer.
6 stars 5 forks source link

Git hooks should be copied to .git/hooks/ upon cloning #5

Open cortadocodes opened 6 years ago

cortadocodes commented 6 years ago

Context After cloning, the user currently has to copy the hooks from personal-development/hooks/ to .git/hooks/ - this isn't ideal.

Action Find out if there is a git clone hook or something similar that will copy these hooks over upon cloning.