# File lib/librarian/source/git/repository.rb, line 63 def reset_hard! command = ??(reset --hard --quiet) run!(command, :chdir => true) end