mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-20 13:12:50 +08:00
6 lines
126 B
PowerShell
6 lines
126 B
PowerShell
$branch = $(git branch --show-current)
|
|
git checkout dev
|
|
git pull
|
|
git branch -D $branch
|
|
git branch $branch
|
|
git checkout $branch |