Sha256: cc2bf0e1e37cb7f041b7eb6c6ce5f0bcf05bf978b6e820a21fef89c3207362a3

Contents?: true

Size: 184 Bytes

Versions: 19

Compression:

Stored size: 184 Bytes

Contents

difficulty 1
description "Initialize an empty repository"

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

19 entries across 19 versions & 2 rubygems

Version Path
githug-0.2.4 levels/init.rb
githug-0.2.3 levels/init.rb
githug-0.2.2 levels/init.rb
githug-0.2.1 levels/init.rb
githug-0.2.0 levels/init.rb
githug-0.1.8 levels/init.rb
githug-0.1.7 levels/init.rb
githug-0.1.6 levels/init.rb
githug-0.1.5 levels/init.rb
githug-0.1.4 levels/init.rb
githug-0.1.3 levels/init.rb
githug-0.1.2 levels/init.rb
githug-0.1.1 levels/init.rb
githug-0.1.0 levels/init.rb
githug-0.0.10 levels/init.rb
githug-0.0.9 levels/init.rb
gitscrub-0.0.8 levels/init.rb
gitscrub-0.0.7 levels/init.rb
gitscrub-0.0.6 levels/init.rb