Skip to content

Commit

Permalink
fix: 更新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 4, 2024
1 parent da5ef7c commit fedac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/clearTag.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
pause

0 comments on commit fedac28

Please sign in to comment.