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