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