# File lib/chef/knife/core/cookbook_scm_repo.rb, line 72 def reset_to_default_state ui.info("Checking out the #{default_branch} branch.") git("checkout #{default_branch}") end