From 4b521a9cf0b7a99b8b07446ee9c019d812de8298 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 15:02:14 +0100 Subject: [PATCH] chore: auto mirror on post-commit --- .husky/post-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/post-commit b/.husky/post-commit index 6c31f03..6204666 100755 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,2 +1,3 @@ echo "post-commit" git push gh --mirror +git push sh --mirror