From fedac2888250a83d8e530010881d7b50c27f1dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 4 Aug 2024 14:32:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/clearTag.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clearTag.cmd b/bin/clearTag.cmd index 1c12279..044c591 100644 --- a/bin/clearTag.cmd +++ b/bin/clearTag.cmd @@ -10,4 +10,4 @@ echo Deleting local tags... for /f "delims=" %%i in ('git tag') do git tag -d %%i echo All tags deleted. -pause \ No newline at end of file +pause \ No newline at end of file