Sha256: 7514738761e1317d0cb5b342b6fd19398557b3e1d54ff28cc00e3de896ff5641
Contents?: true
Size: 485 Bytes
Versions: 26
Compression:
Stored size: 485 Bytes
Contents
difficulty 2 description "The remote repositories have a url associated to them. Please enter the url of remote_location" setup do repo.init repo.remote_add("my_remote_repo", "https://github.com/Gazler/githug") repo.remote_add("remote_location", "https://github.com/githug/not_a_repo") end solution do "https://github.com/githug/not_a_repo" == request("What is the url of the remote repository?") end hint do puts "You can run `git remote --help` for the man pages" end
Version data entries
26 entries across 26 versions & 1 rubygems