Updated list-commits.ps1 and watch-commits.ps1

This commit is contained in:
Markus Fleschutz
2025-01-08 14:29:32 +01:00
parent 4c19a92220
commit f1a20bc962
2 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
<#
.SYNOPSIS
Watch commits live.
Watch Git commits live.
.DESCRIPTION
This PowerShell script continuously lists the latest commit in a Git repository in real-time.
This PowerShell script continuously lists the latest commits in a Git repository in real-time.
.PARAMETER pathToRepo
Specifies the file path to the local Git repository.
.EXAMPLE