class ChefCLI::CookbookProfiler::Git

def git(subcommand, options = {})

def git(subcommand, options = {})
  options = { cwd: cookbook_path }.merge(options)
  system_command("git #{subcommand}", options)
end