functions/Get/Get-BranchName.ps1
function Get-BranchName{ process{ git rev-parse --abbrev-ref HEAD } } |
function Get-BranchName{ process{ git rev-parse --abbrev-ref HEAD } } |