From 634eff104078c14dfa016e6502c3a3a81f22239d Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 29 Jun 2026 18:46:57 +0800 Subject: [PATCH] feat(git-hooks): add post-commit hook for logging and script execution --- .githooks/{pre-push => post-commit} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .githooks/{pre-push => post-commit} (100%) diff --git a/.githooks/pre-push b/.githooks/post-commit similarity index 100% rename from .githooks/pre-push rename to .githooks/post-commit