# File lib/chef/knife/core/cookbook_scm_repo.rb, line 34 def initialize(repo_path, ui, opts={}) @repo_path = repo_path @ui = ui @default_branch = 'master' @use_current_branch = false apply_opts(opts) end