From d53e5b2fe4bb75fe778a57056eb467dc682a01d8 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Aug 2026 17:17:47 +1000 Subject: [PATCH] feat(git-provider): Change alias of NoStack to NoPushLocation --- .../Git/Commands/ShowGitRepoRegistrationCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs b/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs index 56a64ba..61b7561 100644 --- a/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs +++ b/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs @@ -16,7 +16,7 @@ public class ShowGitRepoRegistrationCommand : PSCmdlet [Parameter( Mandatory = false, HelpMessage = "Changes directory directly instead of using Set-Location")] - [Alias("NoSetLocation")] + [Alias("NoPushLocation")] public SwitchParameter NoStack { get; set; } protected override void BeginProcessing()