Method: Git::Base#remove

Defined in:
lib/git/base.rb

#remove(path = '.', opts = {}) ⇒ Object

removes file(s) from the git repository



252
253
254
# File 'lib/git/base.rb', line 252

def remove(path = '.', opts = {})
  self.lib.remove(path, opts)
end