From d8bb1d649cdbfe05240f56845bb45d1df49ef707 Mon Sep 17 00:00:00 2001 From: scarqin Date: Wed, 18 Dec 2024 17:31:03 +0800 Subject: [PATCH] test --- .husky/post-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .husky/post-push diff --git a/.husky/post-push b/.husky/post-push old mode 100644 new mode 100755 index 378f5ccf..86228fde --- a/.husky/post-push +++ b/.husky/post-push @@ -2,7 +2,7 @@ # 获取当前分支名 BRANCH=$(git rev-parse --abbrev-ref HEAD) - +echo "post" # 如果是从 feature 分支推送 if [[ $BRANCH == feature/* || $BRANCH == fix/* ]]; then # 获取远程仓库列表