From 9252f20a9d15052d77850e80899f944f9a2960d2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 15:57:34 +0100 Subject: [PATCH] chore: add post-commit hook to auto-mirror to gh & sh --- .husky/post-commit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .husky/post-commit diff --git a/.husky/post-commit b/.husky/post-commit new file mode 100644 index 0000000..013cec7 --- /dev/null +++ b/.husky/post-commit @@ -0,0 +1,3 @@ +echo "post-commit..." +git push gh --mirror +git push sh --mirror