global

def has_untracked_files?(status_lines)

def has_untracked_files?(status_lines)
  status_lines.include?("Untracked files:")
end