mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the comment based help
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
Lists all branches in a Git repository
|
||||
.DESCRIPTION
|
||||
list-branches.ps1 [<RepoDir>] [<SearchPattern>]
|
||||
<RepoDir> is the current working directory by default
|
||||
<SearchPattern> is "*" (anything) by default
|
||||
.PARAMETER RepoDir
|
||||
Specifies the path to the Git repository (current working directory by default)
|
||||
.PARAMETER SearchPattern
|
||||
Specifies the search patter (anything by default)
|
||||
.EXAMPLE
|
||||
PS> ./list-branches
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user