Update list-branches.ps1 and list-commits.ps1

This commit is contained in:
Markus Fleschutz
2021-03-16 15:40:49 +01:00
parent 757694029c
commit 556beb2e9e
4 changed files with 6 additions and 6 deletions

View File

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