Method: Git::Base#checkout_index

Defined in:
lib/git/base.rb

#checkout_index(opts = {})


615
616
617
# File 'lib/git/base.rb', line 615

def checkout_index(opts = {})
  self.lib.checkout_index(opts)
end