class Registry::Git

def checkout_command

def checkout_command
  "git clone #{url} #{name}"
end