mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-20 05:02:50 +08:00
10 lines
309 B
PowerShell
10 lines
309 B
PowerShell
$branch = $( git branch --show-current )
|
||
./dot.clean.cmd
|
||
git add .
|
||
./node_modules/.bin/git-cz.ps1
|
||
git pull
|
||
git push --set-upstream origin $branch
|
||
Start-Process -FilePath "https://github.com/nsnail/NetAdmin/compare/main...$branch"
|
||
Write-Host "按『Enter』重建分支,『Ctrl+C』退出"
|
||
Pause
|
||
./git.rc.ps1 |