class Git::Base

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

resets the working directory to the provided commitish
def reset(commitish = nil, opts = {})
  self.lib.reset(commitish, opts)
end