class Git::Base

def add(path = '.')

adds files from the working directory to the git repository
def add(path = '.')
  self.lib.add(path)
end