Update the manuals

This commit is contained in:
Markus Fleschutz
2022-02-10 09:01:07 +01:00
parent 15e3d9f49c
commit 97b407536d
341 changed files with 1160 additions and 762 deletions

View File

@ -1,6 +1,6 @@
## sync-repo.ps1 - Synchronizes a Git repository by push & pull (including submodules)
## sync-repo.ps1 - Synchronizes a Git repository
This script synchronizes a Git repository by push & pull (including submodules).
This PowerShell script synchronizes a Git repository by push & pull (including submodules).
## Parameters
```powershell
@ -27,7 +27,7 @@ PS> ./sync-repo C:\MyRepo
```
## Notes
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
## Related Links
https://github.com/fleschutz/PowerShell