class ChefCLI::CookbookProfiler::Git

def git!(subcommand, options = {})

def git!(subcommand, options = {})
  cmd = git(subcommand, options)
  cmd.error!
  cmd
end