Post-receive hook that updates its working copy.
Miles Gould [Sat, 20 Nov 2010 16:47:10 +0000 (16:47 +0000)]
bin/deploy/git/post-receive [new file with mode: 0755]

diff --git a/bin/deploy/git/post-receive b/bin/deploy/git/post-receive
new file mode 100755 (executable)
index 0000000..0881496
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd ..
+env -i git reset --hard HEAD