class Avm::Git::Launcher::Remote

def exist?

def exist?
  git.execute!('remote').each_line.any? { |line| line.strip == name }
end