Method: Git::Base#rm
- Defined in:
- lib/git/base.rb
permalink #rm(path = '.', opts = {}) Also known as: remove
removes file(s) from the git repository
347 348 349 |
# File 'lib/git/base.rb', line 347 def rm(path = '.', opts = {}) self.lib.rm(path, opts) end |