summaryrefslogtreecommitdiff
path: root/posts/2009-04-14-git-and-prove.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--posts/2009-04-14-git-and-prove.md (renamed from content/post/2009-04-14-git-and-prove.md)6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2009-04-14-git-and-prove.md b/posts/2009-04-14-git-and-prove.md
index e7585f6..4688189 100644
--- a/content/post/2009-04-14-git-and-prove.md
+++ b/posts/2009-04-14-git-and-prove.md
@@ -1,9 +1,3 @@
----
-date: 2009-04-14T00:00:00Z
-summary: In which I add a hook to git to run my tests.
-title: Git and prove
----
-
A little trick to force you to run your tests before a commit:
in a repositorie, create the following file **.git/hooks/pre-commit** with this content: