Sha256: 1e053ef0eaa2c56a093d85b4770822405c9e7d31752e1b0a639cf8a26c47d08e
Contents?: true
Size: 366 Bytes
Versions: 26
Compression:
Stored size: 366 Bytes
Contents
difficulty 2 description "This projects has a remote repository. Identify it." setup do repo.init repo.remote_add("my_remote_repo", "https://github.com/Gazler/githug") end solution do "my_remote_repo" == request("What is the name of the remote repository?") end hint do puts "You are looking for a remote. You can run `git` for a list of commands" end
Version data entries
26 entries across 26 versions & 1 rubygems