Method: Git::Base#reset

Defined in:
lib/git/base.rb

#reset(commitish = nil, opts = {})

resets the working directory to the provided commitish

[View source]

354
355
356
# File 'lib/git/base.rb', line 354

def reset(commitish = nil, opts = {})
  self.lib.reset(commitish, opts)
end