Method: Git::Base#add

Defined in:
lib/git/base.rb

#add(path = '.') ⇒ Object

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