Sha256: 4a18f04aec8edd12dc4b0aa1cdd97c8ab121a9e8df8b4e6505c8e20cc87013cb

Contents?: true

Size: 487 Bytes

Versions: 7

Compression:

Stored size: 487 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

7 entries across 7 versions & 1 rubygems

Version Path
githug-0.4.4 levels/remote_url.rb
githug-0.4.3 levels/remote_url.rb
githug-0.4.2 levels/remote_url.rb
githug-0.4.1 levels/remote_url.rb
githug-0.4.0 levels/remote_url.rb
githug-0.3.5 levels/remote_url.rb
githug-0.3.4 levels/remote_url.rb