Sha256: b583ef3a5719ebca8a24fb6eddcfef4ebd81bbb1beb1b46305af00293a47412e
Contents?: true
Size: 282 Bytes
Versions: 5
Compression:
Stored size: 282 Bytes
Contents
# -*- encoding : utf-8 -*- difficulty 1 description "A new directory, `git_hug`, has been created; initialize an empty repository in it." solution do repo.valid? end hint do puts "You can type `git --help` or `git` in your shell to get a list of available git commands." end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mygithug-0.5.6 | levels/init.rb |
mygithug-0.5.5 | levels/init.rb |
mygithug-0.5.4 | levels/init.rb |
mygithug-0.5.3 | levels/init.rb |
mygithug-0.5.2 | levels/init.rb |