class Git::Base

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

removes file(s) from the git repository
def remove(path = '.', opts = {})
  self.lib.remove(path, opts)
end