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