.githooks/README.md
... ...
@@ -0,0 +1 @@
1
+git config core.hooksPath .githooks
.githooks/post-commit
... ...
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+git push origin master
.githooks/prepare-commit-msg
... ...
@@ -0,0 +1,3 @@
1
+commit=$1
2
+
3
+echo "updates" >> $commit