mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01:00
Update new-branch.ps1
This commit is contained in:
parent
4b83412bec
commit
6c46e141f2
@ -27,7 +27,7 @@ try {
|
||||
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
||||
|
||||
$RepoDirName = (Get-Item "$RepoDir").Name
|
||||
Write-Host "⏳ (2/6) Checking Git repository... 📂$RepoDirName... "
|
||||
Write-Host "⏳ (2/6) Checking Git repository... 📂$RepoDirName"
|
||||
if (-not(Test-Path "$RepoDir" -pathType container)) { throw "Can't access directory: $RepoDir" }
|
||||
|
||||
"⏳ (3/6) Fetching updates..."
|
||||
|
Loading…
Reference in New Issue
Block a user