From 0fbb0775c1e1d0a16ec99c977f2fb25c32d027ef Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Aug 2026 17:18:34 +1000 Subject: [PATCH] docs(git-provider): Document Show-GitRepoRegistration --- docs/GitRepositoryRegistration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/GitRepositoryRegistration.md b/docs/GitRepositoryRegistration.md index e31d51f..ac50559 100644 --- a/docs/GitRepositoryRegistration.md +++ b/docs/GitRepositoryRegistration.md @@ -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