Added fetch-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-02-21 12:20:04 +01:00
parent 7adab1ccd3
commit 4bd0f442f2
4 changed files with 42 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./switch-branch.ps1 [<branch>]
.DESCRIPTION switches to the given Git branch
.DESCRIPTION switches the current Git repository to the given branch
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>