From 3b99f570ad7d218899ac2553b36aa514ac5b1ffc Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Wed, 4 May 2016 09:16:25 -0300 Subject: Test deployment without git reset --- bin/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/post-receive b/bin/post-receive index 47d4f79..ff7cf50 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -10,7 +10,7 @@ if [ -d ".git/annex" ]; then git annex sync else git config receive.denyCurrentBranch ignore - git reset HEAD + #git reset HEAD git checkout -f fi -- cgit v1.2.3