From: Cache do Fluxo Date: Wed, 4 May 2016 12:16:25 +0000 (-0300) Subject: Test deployment without git reset X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3b99f570ad7d218899ac2553b36aa514ac5b1ffc;p=cache.git Test deployment without git reset --- 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