master
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