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 8d64b1aa9e - Show all commits

fix(git-provider): Return after successful registration removal

Scott 2026-08-26 13:30:18 +10:00

View file

@ -155,6 +155,7 @@ public class GitManager
if (_registrations.TryRemove(registrationName, out var removedItem))
{
_debugWriterDelegate?.Invoke($"Removed {registrationName}.");
return;
}
// Weird error to throw, but by this stage we shouldn't have a git repo registered under this name