# File lib/git/base.rb, line 162
    def add(path = '.')
      self.lib.add(path)
    end