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