# File lib/git/lib.rb, line 248
    def branch_delete(branch)
      command('branch', ['-d', branch])
    end