mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the comment based help
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
## pull-repo.ps1 - Pulls updates for a local Git repository (including submodules)
|
||||
## pull-repo.ps1 - Pulls updates for a Git repository (including submodules)
|
||||
|
||||
pull-repo.ps1 [<repo-dir>]
|
||||
This script pulls updates for a local Git repository (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
pull-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