mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 18:58:21 +02:00
Update list-branches.ps1
This commit is contained in:
parent
1231ba7f26
commit
a234770e97
@ -9,7 +9,7 @@
|
||||
param($RepoDir = "$PWD", $Pattern = "*")
|
||||
|
||||
try {
|
||||
write-output "Fetching changes in repository $RepoDir ..."
|
||||
write-output "Fetching updates in Git repository $RepoDir ..."
|
||||
|
||||
if (-not(test-path "$RepoDir")) { throw "Can't access Git repository directory: $RepoDir" }
|
||||
set-location $RepoDir
|
||||
|
Loading…
Reference in New Issue
Block a user