Method: Git::Base#remove
- Defined in:
- lib/git/base.rb
#remove(path = '.', opts = {}) ⇒ Object
removes file(s) from the git repository
247 248 249 |
# File 'lib/git/base.rb', line 247 def remove(path = '.', opts = {}) self.lib.remove(path, opts) end |