docs(git-provider): Document Show-GitRepoRegistration

This commit is contained in:
Scott 2026-08-26 17:18:34 +10:00
commit 0fbb0775c1

View file

@ -53,7 +53,11 @@ The current branch is cached for 15 minutes for performance reasons so it may no
## Show-GitRepoRegistration ## 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 ## Remove-GitRepoRegistration