mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-25 23:45:49 +08:00
build: 📦 整理构建相关的工程文件 (#64)
This commit is contained in:
6
scripts/git.rc.ps1
Normal file
6
scripts/git.rc.ps1
Normal 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
|
||||
Reference in New Issue
Block a user