From 2d630fe22db2f8fcf33854c23732b68c2a0ff55e Mon Sep 17 00:00:00 2001 From: zhaohaichun Date: Thu, 14 Apr 2022 21:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/Git-Tools/Batch-Delete-Remote-Branch/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/Git-Tools/Batch-Delete-Remote-Branch/index.sh b/component/Git-Tools/Batch-Delete-Remote-Branch/index.sh index 89a0c55..8182a8a 100644 --- a/component/Git-Tools/Batch-Delete-Remote-Branch/index.sh +++ b/component/Git-Tools/Batch-Delete-Remote-Branch/index.sh @@ -77,7 +77,7 @@ for PROJECT in `ls`; do fi done - echo -e "\n\e[7m最新远程分支列表: ${PROJECT}\e[0m" + echo -e "\n\e[95;7m最新远程分支列表: ${PROJECT}\e[0m" git branch -r cd .. -- Gitee