diff options
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-x | bin/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-receive b/bin/post-receive index 48a6a16..d6cca15 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -6,7 +6,7 @@ unset GIT_DIR if [ -d ".git/annex" ]; then git annex sync else - git reset HEAD + #git reset HEAD git checkout -f fi |