Update list-branches.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 13:06:04 +01:00 committed by GitHub
parent 3485a5c4b8
commit 3ce85ad903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./list-branches.ps1 [<repo-dir>] [<pattern>]
.DESCRIPTION lists all branches of the current/given Git repository
.DESCRIPTION lists all branches in the current/given Git repository
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>