Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:46:35 +02:00
parent 88c834e437
commit 2acdb5fbbf
243 changed files with 1004 additions and 490 deletions

View File

@ -1,9 +1,10 @@
# PowerShell Script: sync-repo.ps1
```powershell
sync-repo.ps1 [<repo-dir>]
Synchronizes a Git repository by push & pull (including submodules)
```
Synchronizes a Git repository by push & pull (including submodules)
sync-repo.ps1 [<RepoDir>]
<RepoDir> is the path to the Git repository
## Syntax & Parameters
```powershell