docs(git-provider): Document Show-GitRepoRegistration
This commit is contained in:
parent
d53e5b2fe4
commit
0fbb0775c1
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue