mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-17 08:33:21 +08:00
6 lines
127 B
PowerShell
6 lines
127 B
PowerShell
$branch = $(git branch --show-current)
|
|
git checkout main
|
|
git pull
|
|
git branch -D $branch
|
|
git branch $branch
|
|
git checkout $branch |