# File lib/git/lib.rb, line 215
    def add(path = '.')
      path = path.join(' ') if path.is_a?(Array)
      command('add', path)
    end