mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Update list-commits.ps1
This commit is contained in:
parent
e757322213
commit
88c834e437
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user