build: 📦 构建脚本调整 (#21)

This commit is contained in:
2023-12-15 16:35:06 +08:00
committed by GitHub
parent 7ea61043aa
commit b652a2274f
6 changed files with 32 additions and 7 deletions

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