summaryrefslogtreecommitdiff
path: root/.hooks/hooks/pre-push
diff options
context:
space:
mode:
Diffstat (limited to '.hooks/hooks/pre-push')
-rwxr-xr-x.hooks/hooks/pre-push3
1 files changed, 0 insertions, 3 deletions
diff --git a/.hooks/hooks/pre-push b/.hooks/hooks/pre-push
deleted file mode 100755
index 216e915..0000000
--- a/.hooks/hooks/pre-push
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/pre-push'.\n"; exit 2; }
-git lfs pre-push "$@"