diff --git a/PowershellModule.slnx b/PowershellModule.slnx index 04cf69b..2f6dd79 100644 --- a/PowershellModule.slnx +++ b/PowershellModule.slnx @@ -1,20 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/GitRepositoryRegistration.md b/docs/GitRepositoryRegistration.md new file mode 100644 index 0000000..88e74d3 --- /dev/null +++ b/docs/GitRepositoryRegistration.md @@ -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]` \ No newline at end of file