aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/post-receive2
1 files changed, 1 insertions, 1 deletions
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