Update list-commits.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 13:08:38 +01:00 committed by GitHub
parent 3ce85ad903
commit ae5e4440c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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