feat: Add GitRepoRegistration cmdlets #5
1 changed files with 1 additions and 1 deletions
chore: Reference issue for TODO
commit
2d123cd31a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue