chore: Reference issue for TODO
This commit is contained in:
parent
de29720047
commit
2d123cd31a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue