Update fetch-repo.ps1 and fetch-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-03-16 15:35:38 +01:00
parent 480dc16e64
commit 757694029c
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./fetch-repo.ps1 [<repo-dir>]
.DESCRIPTION fetches a single Git repository at the current/given directory (including submodules)
.DESCRIPTION fetches updates for the current/given Git repository (including submodules)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>