Update description

This commit is contained in:
Markus Fleschutz
2021-09-27 08:35:45 +02:00
parent fabe750544
commit 9a1f0113e0
18 changed files with 40 additions and 39 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
switch-branch.ps1 [<BranchName>] [<RepoDir>]
.DESCRIPTION
Switches to another branch in a Git repository (including submodules).
Switches to another branch in a Git repository (including submodules)
.EXAMPLE
PS> .\switch-branch.ps1 main C:\MyRepo
PS> ./switch-branch main C:\MyRepo
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK