diff --git a/src/ModuleCore/Git/GitRepoRegistrationManager.cs b/src/ModuleCore/Git/GitRepoRegistrationManager.cs index d6ddd57..98cab87 100644 --- a/src/ModuleCore/Git/GitRepoRegistrationManager.cs +++ b/src/ModuleCore/Git/GitRepoRegistrationManager.cs @@ -339,7 +339,7 @@ public class GitRepoRegistrationManager /// 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;