Types/git.branch.detail/Delete.ps1

Push-Location $this.GitRoot
git branch '-d' $this.BranchName @args
Pop-Location