[BLD] [SKIP CI]

This commit is contained in:
tk
2023-09-28 09:36:35 +08:00
parent d18f950d84
commit ec380add5f
28 changed files with 301 additions and 413 deletions

6
git.rc.ps1 Normal file
View File

@@ -0,0 +1,6 @@
$branch = $(git branch --show-current)
git checkout main
git pull
git branch -D $branch
git branch $branch
git checkout $branch