mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 00:46:30 +02:00
Update the manuals
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# PowerShell Script: list-submodules.ps1
|
||||
```powershell
|
||||
list-submodules.ps1 [<repo-dir>]
|
||||
Lists the submodules of a Git repository
|
||||
```
|
||||
|
||||
Lists the submodules of the current/given Git repository
|
||||
list-submodules.ps1 [<RepoDir>]
|
||||
<RepoDir> is the path to the repository (current working dir by default)
|
||||
|
||||
## Syntax & Parameters
|
||||
```powershell
|
||||
|
Reference in New Issue
Block a user