mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-13 01:18:31 +01:00
Improve output of create-branch.ps1
This commit is contained in:
parent
dc7dd8d410
commit
e2188fa160
@ -31,7 +31,7 @@ try {
|
||||
& git submodule update --init --recursive
|
||||
if ($lastExitCode -ne "0") { throw "'git submodule update' failed" }
|
||||
|
||||
"✔️ created new branch 🌵$NewBranchName"
|
||||
"✔️ created new branch 🌵$NewBranchName in Git repository $RepoDir"
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user