Method: Git::Base#reset
- Defined in:
- lib/git/base.rb
permalink #reset(commitish = nil, opts = {})
resets the working directory to the provided commitish
354 355 356 |
# File 'lib/git/base.rb', line 354 def reset(commitish = nil, opts = {}) self.lib.reset(commitish, opts) end |