feat: Add GitRepoRegistration cmdlets #5

Merged
pascal_nulah merged 69 commits from feature/git-provider into dev 2026-09-06 09:33:36 +10:00
Showing only changes of commit e49b322ec0 - Show all commits

chore(git-provider): Rename class to match file name

Scott 2026-08-25 13:41:20 +10:00

View file

@ -4,7 +4,7 @@ using ModuleCore.Git;
namespace PowershellModule.Git.Commands;
[Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)]
public class ListGitRepoCommand : PSCmdlet
public class GetGitRepoCommand : PSCmdlet
{
protected override void BeginProcessing()
{