mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Rename to new-branch.ps1 and new-tag.ps1
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
create-branch.ps1 [<new-branch-name>] [<repo-dir>]
|
||||
new-branch.ps1 [<new-branch-name>] [<repo-dir>]
|
||||
.DESCRIPTION
|
||||
Creates and switches to a new branch in a Git repository.
|
||||
.EXAMPLE
|
||||
PS> .\create-branch.ps1 moonshot
|
||||
PS> .\new-branch.ps1 moonshot
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,6 +1,6 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
create-tag.ps1 [<new-tag-name>] [<repo-dir>]
|
||||
new-tag.ps1 [<new-tag-name>] [<repo-dir>]
|
||||
.DESCRIPTION
|
||||
Creates a new tag in a Git repository.
|
||||
.EXAMPLE
|
Reference in New Issue
Block a user