chore: Reference issue for TODO

This commit is contained in:
Scott 2026-09-06 09:14:37 +10:00
commit 2d123cd31a

View file

@ -339,7 +339,7 @@ public class GitRepoRegistrationManager
/// </summary> /// </summary>
public string CurrentBranch => GetCurrentBranch(); 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() private string GetCurrentBranch()
{ {
var now = DateTime.Now; var now = DateTime.Now;