Method: Git::Base#rm

Defined in:
lib/git/base.rb

#rm(path = '.', opts = {}) Also known as: remove

removes file(s) from the git repository

[View source]

347
348
349
# File 'lib/git/base.rb', line 347

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