mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 15:41:52 +02:00
Update the comment based help
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
## sync-repo.ps1 - Synchronizes a Git repository by push & pull (including submodules)
|
||||
|
||||
sync-repo.ps1 [<RepoDir>]
|
||||
<RepoDir> is the path to the Git repository
|
||||
This script synchronizes a Git repository by push & pull (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
sync-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
|
Reference in New Issue
Block a user