From 27628875eb8db251d1e6503b37926fefa7abd0ea Mon Sep 17 00:00:00 2001 From: Muyideen-js Date: Wed, 3 Jun 2026 16:34:47 +0100 Subject: [PATCH 1/2] feat:loggin-standard --- .husky/pre-push | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index 5f26dc45..00000000 --- a/.husky/pre-push +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This 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 the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; } -git lfs pre-push "$@" From 854b28e8d40ecc4f90396e1ad14a7834b7f30a3b Mon Sep 17 00:00:00 2001 From: Muyideen-js Date: Thu, 4 Jun 2026 14:36:50 +0100 Subject: [PATCH 2/2] chore: restore pre-push hook --- .husky/pre-push | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 00000000..5f26dc45 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,3 @@ +#!/bin/sh +command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This 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 the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; } +git lfs pre-push "$@"