feat: Add GitRepoRegistration cmdlets #5
1 changed files with 5 additions and 1 deletions
docs(git-provider): Document Show-GitRepoRegistration
commit
0fbb0775c1
|
|
@ -53,7 +53,11 @@ The current branch is cached for 15 minutes for performance reasons so it may no
|
|||
|
||||
## Show-GitRepoRegistration
|
||||
|
||||
`Show-GitRepoRegistration -Name string [-NoStack|-NoSetLocation]`
|
||||
`Show-GitRepoRegistration -Name string [-NoStack|-NoPushLocation]`
|
||||
|
||||
Changes your location to the location of the git repo registered by the given `-Name`. If used without `-NoStack` or its alias `-NoPushLocation`, your original location will be preserved and can be returned to at any time via `Pop-Location`/`Popd`.
|
||||
|
||||
Using `-NoStack`/`-NoPushLocation` will not push your current location onto the stack, and will behave the same as `cd`/`Set-Location`.
|
||||
|
||||
## Remove-GitRepoRegistration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue