Sha256: d69445a0031008283f545462708048fef6ccff276673d1f1e2caa77fdd9c2465
Contents?: true
Size: 366 Bytes
Versions: 10
Compression:
Stored size: 366 Bytes
Contents
difficulty 2 description "This project 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
10 entries across 10 versions & 2 rubygems