From b14b85a96d426128a249b2f13db3fabe3cb60352 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 14:55:31 +0100 Subject: [PATCH] chore: update post-commit hook --- .husky/post-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/post-commit b/.husky/post-commit index 372abef..323a0b5 100755 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,2 +1,3 @@ #!/usr/bin/env sh -git log -1 HEAD +git push gh --mirror +git push sh --mirror