Gazler/githug

View on GitHub
levels/init.rb

Summary

Maintainability
A
0 mins
Test Coverage
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