docs(git-provider): Add initial git command documentation

- create solution folder for docs
This commit is contained in:
Scott 2026-08-26 13:16:20 +10:00
commit 7c6a47bfcb
2 changed files with 40 additions and 18 deletions

View file

@ -2,6 +2,9 @@
<Folder Name="/build/"> <Folder Name="/build/">
<Project Path="build/Build.csproj" /> <Project Path="build/Build.csproj" />
</Folder> </Folder>
<Folder Name="/docs/">
<File Path="docs/GitRepositoryRegistration.md" />
</Folder>
<Folder Name="/harnesses/"> <Folder Name="/harnesses/">
<Project Path="src/ModuleHarness/ModuleHarness.csproj" /> <Project Path="src/ModuleHarness/ModuleHarness.csproj" />
<Project Path="src/PowershellHarness/PowershellHarness.csproj" /> <Project Path="src/PowershellHarness/PowershellHarness.csproj" />

View file

@ -0,0 +1,19 @@
# Git Repo Registration
- all commands support `-debug`
## New-GitRepoRegistration
`New-GitRepoRegistration [-Name string]`
## Get-GitRepoRegistration
`Get-GitRepoRegistration`
## Show-GitRepoRegistration
`Show-GitRepoRegistration -Name string [-NoStack|-NoSetLocation]`
## Remove-GitRepoRegistration
`Remove-GitRepoRegistration [-Name string]`