Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 11:11:20 +02:00
parent 4b4a952c09
commit e1efe61eaa
263 changed files with 842 additions and 489 deletions

View File

@ -2,9 +2,10 @@
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
## Syntax & Parameters
## Parameters
```powershell
/home/markus/Repos/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
```
```