Sha256: 3fc400b6a8b3def1c18b4ce380a2281b61afb3a57bfb556783cd7fa27e2c602f
Contents?: true
Size: 312 Bytes
Versions: 26
Compression:
Stored size: 312 Bytes
Contents
difficulty 2 description "Add a remote repository called `origin` with the url `https://github.com/githug/githug`" setup do repo.init end solution do result = `git remote -v` result.include?("https://github.com/githug/githug") 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