mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
.SYNOPSIS
|
||||
Creates a new tag in a Git repository
|
||||
.DESCRIPTION
|
||||
new-tag.ps1 [<TagName>] [<RepoDir>]
|
||||
This script creates a new tag in a Git repository.
|
||||
.PARAMETER TagName
|
||||
Specifies the new tag name
|
||||
.PARAMETER RepoDir
|
||||
Specifies the path to the Git repository
|
||||
.EXAMPLE
|
||||
PS> ./create-tag v1.7
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user