levels/config.rb in githug-0.5.0 vs levels/config.rb in githug-0.5.1
- old
+ new
@@ -1,7 +1,7 @@
difficulty 1
-description "Set up your git name and email, this is important so that your commits can be identified."
+description "Set up your git name and email; this is important so that your commits can be identified."
setup do
repo.init
end
@@ -27,7 +27,7 @@
valid
end
hint do
- puts "These settings are config settings. You should run `git help config` if you are stuck."
+ puts "These settings are config settings. You should run `git help config` if you are stuck."
end