Method: Git::Lib#branch_delete

Defined in:
lib/git/lib.rb

#branch_delete(branch)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1283
1284
1285
# File 'lib/git/lib.rb', line 1283

def branch_delete(branch)
  command('branch', '-D', branch)
end