refactor: ♻️ 2.0

This commit is contained in:
tk
2023-12-14 11:23:22 +08:00
parent 30d1a60a7b
commit 398dcd0f18
54 changed files with 2775 additions and 163 deletions

11
scripts/git.pr.ps1 Normal file
View File

@@ -0,0 +1,11 @@
$branch = $( git branch --show-current )
git add ../
./code.clean.ps1
git add ../
../node_modules/.bin/git-cz.ps1
git pull
git push --set-upstream origin $branch
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...$branch"
Write-Host "按『Enter』重建分支『Ctrl+C』退出"
Pause
./git.rc.ps1