Update the comment header

This commit is contained in:
Markus Fleschutz
2022-01-30 10:49:30 +01:00
parent c112524c6f
commit 7bccf69f0c
76 changed files with 216 additions and 216 deletions

View File

@ -2,7 +2,7 @@
.SYNOPSIS
Removes a Git tag (locally, remote, or both)
.DESCRIPTION
This script removes a Git tag, either locally, remote, or both.
This PowerShell script removes a Git tag, either locally, remote, or both.
.PARAMETER TagName
Specifies the Git tag name
.PARAMETER Mode
@ -14,7 +14,7 @@
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
#>
param([string]$TagName = "", [string]$Mode = "", [string]$RepoDir = "$PWD")