class ChefCLI::CookbookProfiler::Git

def have_remote?

def have_remote?
  !remote_name.empty? && remote_name != "."
end