From: Silvio Rhatto Date: Wed, 4 May 2016 12:14:10 +0000 (-0300) Subject: Test deployment without git reset X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9f48e9c5d098cbec5f91305019d2c491573cfd77;p=templates.git Test deployment without git reset --- diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive index 47d4f79..ff7cf50 100755 --- a/ikiwiki/bin/post-receive +++ b/ikiwiki/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