# Git hooks * pre-push: Check, build and test the changes. ```bash $ cp githooks/* .git/hooks/ ```