adds files from the working directory to the git repository
242 243 244
# File 'lib/git/base.rb', line 242 def add(path = '.') self.lib.add(path) end