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