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 2d123cd31a - Show all commits

chore: Reference issue for TODO

Scott 2026-09-06 09:14:37 +10:00

View file

@ -339,7 +339,7 @@ public class GitRepoRegistrationManager
/// </summary>
public string CurrentBranch => GetCurrentBranch();
// TODO: not fully decided on if I want this feature or not, but keeping it in for now
// TODO: [#13] Create GitManager to centralise calls to git process
private string GetCurrentBranch()
{
var now = DateTime.Now;