build: 📦 构建脚本优化 (#74)

This commit is contained in:
2023-12-15 17:38:31 +08:00
committed by GitHub
parent fe41974ed6
commit ee93e9c0a4
4 changed files with 32 additions and 3 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