Sha256: 781f729aca1e28cd4c5303296263475aa453eff3703c15cbde89c4ca0b7a9da6

Contents?: true

Size: 238 Bytes

Versions: 12

Compression:

Stored size: 238 Bytes

Contents

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` in your shell to get a list of available git commands."
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
githug-0.5.0 levels/init.rb
githug-0.4.8 levels/init.rb
githug-0.4.7 levels/init.rb
githug-0.4.6 levels/init.rb
githug-0.4.5 levels/init.rb
githug-0.4.4 levels/init.rb
githug-0.4.3 levels/init.rb
githug-0.4.2 levels/init.rb
githug-0.4.1 levels/init.rb
githug-0.4.0 levels/init.rb
githug-0.3.5 levels/init.rb
githug-0.3.4 levels/init.rb