Update list-commits.ps1

This commit is contained in:
Markus Fleschutz 2021-10-06 09:36:47 +02:00
parent e757322213
commit 88c834e437

View File

@ -3,8 +3,10 @@
Lists all commits in a Git repository
.DESCRIPTION
list-commits.ps1 [<RepoDir>] [<Format>]
<RepoDir> is the path to the Git repository
<Format> is either: list|compact|normal|JSON
.PARAMETER RepoDir
Specifies the path to the Git repository.
.PARAMETER Format
Specifies the output format: list|compact|normal|JSON
.EXAMPLE
PS> ./list-commits