Method: Git::Base#checkout_index
- Defined in:
- lib/git/base.rb
#checkout_index(opts = {}) ⇒ Object
468 469 470 |
# File 'lib/git/base.rb', line 468 def checkout_index(opts = {}) self.lib.checkout_index(opts) end |
468 469 470 |
# File 'lib/git/base.rb', line 468 def checkout_index(opts = {}) self.lib.checkout_index(opts) end |