mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update list-commits.ps1
This commit is contained in:
@ -3,8 +3,10 @@
|
|||||||
Lists all commits in a Git repository
|
Lists all commits in a Git repository
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
list-commits.ps1 [<RepoDir>] [<Format>]
|
list-commits.ps1 [<RepoDir>] [<Format>]
|
||||||
<RepoDir> is the path to the Git repository
|
.PARAMETER RepoDir
|
||||||
<Format> is either: list|compact|normal|JSON
|
Specifies the path to the Git repository.
|
||||||
|
.PARAMETER Format
|
||||||
|
Specifies the output format: list|compact|normal|JSON
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./list-commits
|
PS> ./list-commits
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user