ncss-2015-group-4 / trivia

A social trivia website
https://quizzi.vovo.id.au
8 stars 3 forks source link

Make use of git hooks #17

Closed paked closed 9 years ago

paked commented 9 years ago

Using a git hook we could automate the creation of the database, making it generally easier and less to remember for all of us :)

auscompgeek commented 9 years ago

I don't think there's a hook for cloning though...

auscompgeek commented 9 years ago

If you mean a post-pull hook, that's bad for production systems.

paked commented 9 years ago

Good point

paked commented 9 years ago

We could have a pre-commit hook for testing though?

paked commented 9 years ago

This seems a bit to sophisticated for the moment.