Method: Git::Base#add
- Defined in:
- lib/git/base.rb
permalink #add(paths = '.', **options)
Update the index from the current worktree to prepare the for the next commit
164 165 166 |
# File 'lib/git/base.rb', line 164 def add(paths = '.', **) self.lib.add(paths, ) end |