docs(git-provider): Add initial git command documentation
- create solution folder for docs
This commit is contained in:
parent
5528a756f9
commit
7c6a47bfcb
2 changed files with 40 additions and 18 deletions
19
docs/GitRepositoryRegistration.md
Normal file
19
docs/GitRepositoryRegistration.md
Normal 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]`
|
||||
Loading…
Reference in a new issue